Skip to content

Instantly share code, notes, and snippets.

@clvs7-gh
Last active January 22, 2020 14:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clvs7-gh/d279ea09523b5c894e43198ee4150251 to your computer and use it in GitHub Desktop.
Save clvs7-gh/d279ea09523b5c894e43198ee4150251 to your computer and use it in GitHub Desktop.
Bookmarklet for viewing webpages with Saitamaar webfont.
javascript:(function(){var d=document,s=d.createElement('style'),h=d.getElementsByTagName('head');s.setAttribute('type', 'text\/css');s.innerHTML='@font-face {font-family: "Saitamaar";src: url("https://keage.tokyo/fonts/Saitamaar.woff2") format("woff2");}* {font-family: "Saitamaar" !important;}';h[0].appendChild(s);})();
@clvs7-gh
Copy link
Author

Snippet license : CC0 (Public Domain)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment