Skip to content

Instantly share code, notes, and snippets.

@kriot1
Created January 5, 2020 19:06
Show Gist options
  • Save kriot1/4381e78da227863894a8adc72e0351a1 to your computer and use it in GitHub Desktop.
Save kriot1/4381e78da227863894a8adc72e0351a1 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Karla::latin', 'Montserrat::latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})(); </script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment