[removed] 13 hours ago
[deleted]
jraph 13 hours ago

If you do this, you make the page slower to load for people blocking external fonts.

Not doing it is also nicer for people with slow/unreliable network access, where they can block fonts, or even if they don't block them, can access your page more quickly and have a render without the custom font.

olivia-banks 14 hours ago

Couldn't this increase FOUC? At least before you could load in your style-sheet before the font, but if you embed the font inside you get no styling at all until it can fetch all of the data, correct

  • erikpukinskis 14 hours ago

    Not if the styles + fonts are all in the <head>?

    • booi 13 hours ago

      wouldn't the problem be the fonts are basically in every single request and uncacheable then?