johnjohntheleprechaun / oceanic

https://oceanic.leprechaun.dev/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Load Google font css before other files #25

Open johnjohntheleprechaun opened 3 months ago

johnjohntheleprechaun commented 3 months ago

Supposedly, css loads synchronously (need to check the MDN docs), which should mean that if I load the material icon theme first then the text won't show at all. If it doesn't work that way, then on a slow network there'll be a moment where text is shown instead of the icons (the font will likely take longer to lead than regular CSS)

johnjohntheleprechaun commented 3 months ago

Screenshot_20240313-135054.png