Skip to content

Instantly share code, notes, and snippets.

@park-brian
Last active November 8, 2018 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save park-brian/0aa5721b9ed9e060c9a85278ab35ed11 to your computer and use it in GitHub Desktop.
Save park-brian/0aa5721b9ed9e060c9a85278ab35ed11 to your computer and use it in GitHub Desktop.
Native Font Preview Bookmarklet (highlight code and drag into bookmarks bar)
javascript: var s = document.createElement('style'); s.innerHTML = '* { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important; }'; document.body.append(s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment