You motherfucker, if you don't work this time, I'm literally going to kms

This commit is contained in:
nutty
2026-08-10 20:10:17 +10:00
parent f20f1f2940
commit 9ea1e5b765
4 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -129,7 +129,8 @@ if (!showAvatar) {
}
// Set fonts for the widget
document.body.style.fontFamily = `'${font}'`;
if (font)
document.body.style.fontFamily = `'${font}'`;
document.body.style.fontSize = `${fontSize}px`;
document.body.style.color = fontColor;