Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <script type="text/javascript">
  2. WebFontConfig = {
  3. google: { families: [ 'Yanone+Kaffeesatz::latin', 'Contrail One::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