Skip to content

Instantly share code, notes, and snippets.

@vczb
Last active April 1, 2020 14:11
Show Gist options
  • Select an option

  • Save vczb/9b2d20c6959573923c30099f600b6a8a to your computer and use it in GitHub Desktop.

Select an option

Save vczb/9b2d20c6959573923c30099f600b6a8a to your computer and use it in GitHub Desktop.
import asynchronous css in the link tag
<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