Created
May 27, 2015 16:05
-
-
Save mbildner/2b32d26ff5f847a6d575 to your computer and use it in GitHub Desktop.
Comic Sans Bookmarklet
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(){[].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