Last active
January 22, 2020 14:41
-
-
Save clvs7-gh/d279ea09523b5c894e43198ee4150251 to your computer and use it in GitHub Desktop.
Bookmarklet for viewing webpages with Saitamaar webfont.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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);})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Snippet license : CC0 (Public Domain)