Created
December 6, 2014 09:23
-
-
Save akameco/8daa5345cb5b4d3655cc to your computer and use it in GitHub Desktop.
webフォント対策
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: "MS Pゴシック"; | |
src: local(""); | |
} | |
@font-face { | |
font-family: "MS PGothic"; | |
src: local(""); | |
} | |
@font-face { | |
font-family: "MS UI Gothic"; | |
src: local(""); | |
} | |
@font-face { | |
font-family: "Arial"; | |
src: local(""); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stylishで新しいスタイルを書くにこれをポイと貼り付け。