Skip to content

Instantly share code, notes, and snippets.

@mbildner
Created May 27, 2015 16:05
Show Gist options
  • Save mbildner/2b32d26ff5f847a6d575 to your computer and use it in GitHub Desktop.
Save mbildner/2b32d26ff5f847a6d575 to your computer and use it in GitHub Desktop.
Comic Sans Bookmarklet
javascript:(function(){[].slice.call(document.querySelectorAll('*')).forEach(function(q){q.style.fontFamily='"Comic Sans MS", cursive, sans-serif';});})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment