Created
June 24, 2021 09:40
-
-
Save mike-at-redspace/4adf2fb6b64de17f8e6e9c99d66bf34c to your computer and use it in GitHub Desktop.
Lazyload external fonts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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