Created
December 14, 2017 14:22
-
-
Save topleague/14b4e74a1a3cfe46547d4bb06749886f to your computer and use it in GitHub Desktop.
Install Google Fonts without Rendering Blocking
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
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js"></script> | |
<script> | |
WebFont.load({ | |
google: { | |
families: ['Source+Serif+Pro:400,600,700'] | |
} | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment