Created
February 10, 2012 11:10
-
-
Save silverflower/1788821 to your computer and use it in GitHub Desktop.
海外製のテーマに手っ取り早く日本語フォントを割り当てる時に使うCSS ref: http://qiita.com/items/2326
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
.japanese { | |
font-family:Myriad,Helvetica,Arial,"Meiryo","メイリオ",sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment