Last active
April 1, 2020 14:11
-
-
Save vczb/9b2d20c6959573923c30099f600b6a8a to your computer and use it in GitHub Desktop.
import asynchronous css in the link tag
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 media="none" onload="if(media!='all')media='all'" href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,300&display=swap" rel="stylesheet"> | |
| <link media="none" onload="if(media!='all')media='all'" href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,300&family=Montserrat:wght@100;400;700;900&display=swap" rel="stylesheet"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment