Created
October 24, 2013 11:27
-
-
Save shinnn/7135518 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