-
-
Save cherenkov/b2d06213ee216e4d41e5552b32d3b36b to your computer and use it in GitHub Desktop.
游明朝体・游ゴシック体のCSSでの利用 ref: http://qiita.com/shinnn/items/5be7e8106189311559c1
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
.sans-serif { | |
font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif; | |
} |
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
.serif { | |
font-family: "游明朝体", "Yu Mincho", YuMincho, serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment