mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 21:25:12 +00:00
fix formatting in boot.js
This commit is contained in:
parent
0c2e113e8e
commit
2c8af72168
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@
|
|||
fontFace.load().catch(
|
||||
(failure) => {
|
||||
console.log(failure);
|
||||
}, );
|
||||
},
|
||||
);
|
||||
}
|
||||
for (const [k, v] of Object.entries(themeProps)) {
|
||||
if (k.startsWith('font')) continue;
|
||||
|
|
Loading…
Reference in a new issue