jenhuls.com google fonts js
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Raleway:400,100,200,300,500,600,700:latin', 'Varela+Round::latin', 'Domine:400,700:latin', 'Montserrat:400,700:latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://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>