Advertisement
flyingfisch

Untitled

Oct 14th, 2014
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.   WebFontConfig = {
  3.     google: { families: [ 'Chewy::latin', 'Calligraffitti::latin', 'Crafty+Girls::latin' ] }
  4.   };
  5.   (function() {
  6.     var wf = document.createElement('script');
  7.     wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  8.       '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  9.     wf.type = 'text/javascript';
  10.     wf.async = 'true';
  11.     var s = document.getElementsByTagName('script')[0];
  12.     s.parentNode.insertBefore(wf, s);
  13.   })(); </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement