silliestgoose.online
Sike. It's working fine on desktop but defaulting to a different sans serif font on mobile everywhere but the home and index pages.
Your pages are referencing different CSS files. One (used by Home) has the font @import statements at the top, but the other (used elsewhere) does not, so it doesn't know what 'SUSE' is referring to.
OHH so it stems from when I made a separate CSS file for pages that use sidebars. this should be fairly straightforward to fix!
Sike. It's working fine on desktop but defaulting to a different sans serif font on mobile everywhere but the home and index pages.
Your pages are referencing different CSS files. One (used by Home) has the font @import statements at the top, but the other (used elsewhere) does not, so it doesn't know what 'SUSE' is referring to.
OHH so it stems from when I made a separate CSS file for pages that use sidebars. this should be fairly straightforward to fix!