Created
May 27, 2017 00:29
-
-
Save katabame/185283f8ca0014ec3987d319d15ecc32 to your computer and use it in GitHub Desktop.
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
/* | |
LICENSE: WTFPL | |
HOW TO: APPLIE THIS CSS TO `http://*` and `https://*` | |
*/ | |
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700"); | |
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css"); | |
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css"); | |
body | |
{ | |
font-family: 'Montserrat', 'Rounded M+ 1c', 'Noto Sans Japanese' !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment