Skip to content

Instantly share code, notes, and snippets.

@katabame
Created May 27, 2017 00:29
Show Gist options
  • Save katabame/185283f8ca0014ec3987d319d15ecc32 to your computer and use it in GitHub Desktop.
Save katabame/185283f8ca0014ec3987d319d15ecc32 to your computer and use it in GitHub Desktop.
/*
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