Skip to content

Instantly share code, notes, and snippets.

@topleague
Created December 14, 2017 14:22
Show Gist options
  • Save topleague/14b4e74a1a3cfe46547d4bb06749886f to your computer and use it in GitHub Desktop.
Save topleague/14b4e74a1a3cfe46547d4bb06749886f to your computer and use it in GitHub Desktop.
Install Google Fonts without Rendering Blocking
<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