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
+1
View File
@@ -97,6 +97,7 @@ let youtubeUsername = urlParams.get("youtubeUsername") || "";
//////////////// ////////////////
// Set fonts for the widget // Set fonts for the widget
if (font)
document.body.style.fontFamily = `'${font}'`; document.body.style.fontFamily = `'${font}'`;
document.body.style.fontSize = `${fontSize}px`; document.body.style.fontSize = `${fontSize}px`;
+1
View File
@@ -104,6 +104,7 @@ let youtubeUsername = urlParams.get("youtubeUsername") || "";
//////////////// ////////////////
// Set fonts for the widget // Set fonts for the widget
if (font)
document.body.style.fontFamily = `'${font}'`; document.body.style.fontFamily = `'${font}'`;
document.body.style.fontSize = `${fontSize}px`; document.body.style.fontSize = `${fontSize}px`;
+1
View File
@@ -129,6 +129,7 @@ if (!showAvatar) {
} }
// Set fonts for the widget // Set fonts for the widget
if (font)
document.body.style.fontFamily = `'${font}'`; document.body.style.fontFamily = `'${font}'`;
document.body.style.fontSize = `${fontSize}px`; document.body.style.fontSize = `${fontSize}px`;
document.body.style.color = fontColor; document.body.style.color = fontColor;
+1
View File
@@ -67,6 +67,7 @@ let hideTimeout = null;
//////////////// ////////////////
// Set fonts for the widget // Set fonts for the widget
if (font)
document.body.style.fontFamily = `'${font}'`; document.body.style.fontFamily = `'${font}'`;
document.body.style.fontSize = `${fontSize}px`; document.body.style.fontSize = `${fontSize}px`;