Created
January 9, 2018 10:15
-
-
Save l4ci/8165699f89187ca2b354ec1aa87ce1bf to your computer and use it in GitHub Desktop.
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://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