Klimatbyran / klimatkollen

https://www.klimatkollen.se
MIT License
36 stars 44 forks source link

Optimize font loading #571

Open Greenheart opened 2 weeks ago

Greenheart commented 2 weeks ago

NOTE: This should ideally be solved as part of the upcoming redesign, to prevent duplicate work.

Currently, we preload .ttf font files that are not used by modern browsers (which prefer woff2 or similar):

These are preloaded from the _document.tsx

image

Next steps