Skip to content

Instantly share code, notes, and snippets.

@mike-at-redspace
Created June 24, 2021 09:40
Show Gist options
  • Save mike-at-redspace/4adf2fb6b64de17f8e6e9c99d66bf34c to your computer and use it in GitHub Desktop.
Save mike-at-redspace/4adf2fb6b64de17f8e6e9c99d66bf34c to your computer and use it in GitHub Desktop.
Lazyload external fonts
<link rel="preload" href="https://font-service/whatever.css" as="style" />
<link rel="stylesheet" href="https://font-service/whatever.css" media="print" onload="media='all'" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment