mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Moved some shit arouind
This commit is contained in:
@@ -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`;
|
||||
|
||||
|
||||
|
||||
////////////////
|
||||
|
||||
Reference in New Issue
Block a user