Moved some shit arouind

This commit is contained in:
nutty
2026-06-27 04:09:52 +10:00
parent de7b62e771
commit b1e6cb5d75
6 changed files with 30 additions and 57 deletions
+8
View File
@@ -29,6 +29,14 @@ const displayDuration = GetIntParam("displayDuration", 5);
const showAnimation = urlParams.get('showAnimation') || 'fade';
const hideAnimation = urlParams.get('hideAnimation') || 'fade';
////////////////
// PAGE SETUP //
////////////////
// Set fonts for the widget
document.body.style.fontFamily = font;
document.body.style.fontSize = `${fontSize}px`;
////////////////