mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
You motherfucker, if you don't work this time, I'm literally going to kms
This commit is contained in:
@@ -97,7 +97,8 @@ let youtubeUsername = urlParams.get("youtubeUsername") || "";
|
|||||||
////////////////
|
////////////////
|
||||||
|
|
||||||
// Set fonts for the widget
|
// 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.fontSize = `${fontSize}px`;
|
||||||
|
|
||||||
// Set the background color
|
// Set the background color
|
||||||
|
|||||||
@@ -104,7 +104,8 @@ let youtubeUsername = urlParams.get("youtubeUsername") || "";
|
|||||||
////////////////
|
////////////////
|
||||||
|
|
||||||
// Set fonts for the widget
|
// 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.fontSize = `${fontSize}px`;
|
||||||
|
|
||||||
// Set line spacing
|
// Set line spacing
|
||||||
|
|||||||
@@ -129,7 +129,8 @@ if (!showAvatar) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set fonts for the widget
|
// 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.fontSize = `${fontSize}px`;
|
||||||
document.body.style.color = fontColor;
|
document.body.style.color = fontColor;
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,8 @@ let hideTimeout = null;
|
|||||||
////////////////
|
////////////////
|
||||||
|
|
||||||
// Set fonts for the widget
|
// 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.fontSize = `${fontSize}px`;
|
||||||
|
|
||||||
// Set album art visibility
|
// Set album art visibility
|
||||||
|
|||||||
Reference in New Issue
Block a user