Created
October 7, 2014 02:24
-
-
Save z-------------/f3de1d041b5c26b11152 to your computer and use it in GitHub Desktop.
Change font in New New Tab Page
This file contains hidden or 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
| <!-- 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