scottBowles / xmas2022

https://auntsusanschristmas.vercel.app/
0 stars 0 forks source link

Get the font loading #12

Open scottBowles opened 1 year ago

scottBowles commented 1 year ago

Once #11 is merged the css will include the Jost font from last year, but the font isn't actually available yet so it's just falling back to sans-serif. Get the Jost font up and working, preferably without a flash of unstyled content on page load. Last year this was by done by linking the stylesheet from indestructibletype in index.html, but that probably isn't the best way and appears to result in the flast of unstyled content.

The font can be found on Fontsquirrel or Google Fonts.

Maybe this article shows how? Just the first thing I found on google.

Alternatively, I'm open to using a new font, or sans-serif, or whatever if we want. We'll just have to make sure any styling still works as expected with different font quirks.