Skip to content

Instantly share code, notes, and snippets.

@jacmaes
Created January 19, 2021 13:07
Show Gist options
  • Save jacmaes/3c346653c6cf69ba8ea7bce9951b5b63 to your computer and use it in GitHub Desktop.
Save jacmaes/3c346653c6cf69ba8ea7bce9951b5b63 to your computer and use it in GitHub Desktop.
Fastest Google Fonts #css
// From: https://csswizardry.com/2020/05/the-fastest-google-fonts/
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" as="style" href="$CSS&amp;display=swap">
<link rel="stylesheet" href="$CSS&amp;display=swap" media="print" onload="this.media='all'">
<noscript>
<link rel="stylesheet" href="$CSS&amp;display=swap">
</noscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment