Created
December 7, 2018 09:49
-
-
Save MartinN3/d584ecd0fac6aa5db65e453b7567abd7 to your computer and use it in GitHub Desktop.
Easiest way to dwnl google font fastest from google lately?
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
<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&subset=latin-ext" rel="stylesheet"> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment