Created
December 26, 2019 01:09
-
-
Save kshimi/5eea7a1ae26b14b3b128a829c4e334f1 to your computer and use it in GitHub Desktop.
Noto font against Meiryo on Chrome stylish
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: 'meiryo'; | |
src: local('Noto sans CJK JP Regular'); | |
} | |
@font-face { | |
font-family: 'メイリオ'; | |
src: local('Noto sans CJK JP Regular'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment