Skip to content

Instantly share code, notes, and snippets.

@z-------------
Created October 7, 2014 02:24
Show Gist options
  • Save z-------------/f3de1d041b5c26b11152 to your computer and use it in GitHub Desktop.
Save z-------------/f3de1d041b5c26b11152 to your computer and use it in GitHub Desktop.
Change font in New New Tab Page
<!-- change all fonts -->
<style>*{font-family: "My scrubby font";}</style>Your text here
<!-- change just the header font -->
<span style="font-family: 'My scrubby font'">Your text here</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment