Skip to content

Instantly share code, notes, and snippets.

@MartinN3
Created December 7, 2018 09:49
Show Gist options
  • Save MartinN3/d584ecd0fac6aa5db65e453b7567abd7 to your computer and use it in GitHub Desktop.
Save MartinN3/d584ecd0fac6aa5db65e453b7567abd7 to your computer and use it in GitHub Desktop.
Easiest way to dwnl google font fastest from google lately?
<head>
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com/" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&amp;subset=latin-ext" rel="stylesheet">
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment