Last active
November 2, 2017 22:21
-
-
Save tado/897668d04dec6a22cfab034e299348f7 to your computer and use it in GitHub Desktop.
Chrome Stylistで、MSゴシックとメイリオをNoto Sans CJK JPへ変換
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
@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: "游ゴシック"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "MS Pゴシック"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "MS PGothic"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "MS ゴシック"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "MS Gothic"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "MS UI Gothic"; | |
src: local("Noto Sans CJK JP"); | |
} | |
@font-face { | |
font-family: "Open Sans"; | |
src: local("Noto Sans CJK JP"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment