Last active
September 10, 2016 20:48
-
-
Save drikin/e4a8ee9091245c766a535e03bc5cde82 to your computer and use it in GitHub Desktop.
Style.css
This file contains 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
@font-face { | |
font-family: "sans-serif"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "serif"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "MS Pゴシック"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "MS ゴシック"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "MS P明朝"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "MS 明朝"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "メイリオ"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "Meiryo"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "Arial"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "MS PGothic"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "MS PMincho"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "Slack-Lato"; | |
src: local("Noto Sans CJK JP"); | |
unicode-range: U+3000-9FFF, U+ff??; /* Japanese glyphs */ | |
} | |
@font-face { | |
font-family: 'medium-content-serif-font'; | |
src: local('Noto Sans CJK JP DemiLight'); | |
unicode-range: U+3000-9FFF, U+ff??; /* Japanese glyphs */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment