Skip to content

Instantly share code, notes, and snippets.

@MiniXC
Created July 14, 2017 13:05
Show Gist options
  • Save MiniXC/b7b3ccea5828a4ce4d63ee3368fba8fe to your computer and use it in GitHub Desktop.
Save MiniXC/b7b3ccea5828a4ce4d63ee3368fba8fe to your computer and use it in GitHub Desktop.
Replaces default font-family used in console.log with Comic Sans MS
console.log=(()=>{var c=console.log;return(...d)=>{c(...(1==d.length&&d[0].charAt?['%c'+d[0],'font:1em Comic Sans MS']:d))}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment