Skip to content

Instantly share code, notes, and snippets.

@l4ci
Created January 9, 2018 10:15
Show Gist options
  • Save l4ci/8165699f89187ca2b354ec1aa87ce1bf to your computer and use it in GitHub Desktop.
Save l4ci/8165699f89187ca2b354ec1aa87ce1bf to your computer and use it in GitHub Desktop.
<script src="https://cdn.jsdelivr.net/webfontloader/1.6.27/webfontloader.js"></script>
<script>
WebFont.load({
google: {
families: ['Source Serif Pro','Source Sans Pro:400,700']
},
custom: {
families: ['FontAwesome'],
urls: ['https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css']
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment