Skip to content

Instantly share code, notes, and snippets.

@sergejx
Created May 22, 2016 14:59
Show Gist options
  • Save sergejx/ea9cf86f19e272840b437cc5496b5277 to your computer and use it in GitHub Desktop.
Save sergejx/ea9cf86f19e272840b437cc5496b5277 to your computer and use it in GitHub Desktop.
Fira Sans Bookmarklet
javascript:(function()%20{%20var%20fileref%20=%20document.createElement('link');fileref.setAttribute('rel',%20'stylesheet');fileref.setAttribute('type',%20'text/css');fileref.setAttribute('href',%20'https://code.cdn.mozilla.net/fonts/fira.css');document.getElementsByTagName('head')[0].appendChild(fileref);%20document.body.style.fontFamily%20=%20"Fira%20Sans";%20})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment