fix formatting in boot.js

This commit is contained in:
Hazelnoot 2024-10-16 09:15:03 -04:00
parent 0c2e113e8e
commit 2c8af72168

View file

@ -103,7 +103,8 @@
fontFace.load().catch(
(failure) => {
console.log(failure);
}, );
},
);
}
for (const [k, v] of Object.entries(themeProps)) {
if (k.startsWith('font')) continue;