masakudamatsu / line-height-picker

A front-end web app that helps web designers/developers pick the best line-height value for their websites
https://line-height-picker.vercel.app
MIT License
2 stars 1 forks source link

Preconnect the font server #261

Open masakudamatsu opened 3 years ago

masakudamatsu commented 3 years ago

See https://web.dev/preconnect-and-dns-prefetch/

For Google Fonts, the following link tag should be added:

<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

Possibly a better solution than #250