Last active
December 15, 2015 20:28
-
-
Save riaf/5318580 to your computer and use it in GitHub Desktop.
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
@charset "UTF-8"; | |
/* MS Pゴシック -> ヒラギノ角ゴ */ | |
@font-face { | |
font-family: "MS Pゴシック"; | |
src: local("HiraKakuPro-W3"); | |
} | |
@font-face { | |
font-family: "MS PGothic"; | |
src: local("HiraKakuPro-W3"); | |
} | |
/* MS ゴシック -> ヒラギノ角ゴ */ | |
@font-face { | |
font-family: "MS ゴシック"; | |
src: local("HiraKakuPro-W3"); | |
} | |
@font-face { | |
font-family: "MS Gothic"; | |
src: local("HiraKakuPro-W3"); | |
} | |
/* メイリオ -> ヒラギノ角ゴ */ | |
@font-face { | |
font-family: "メイリオ"; | |
src: local("HiraKakuPro-W3"); | |
} | |
@font-face { | |
font-family: "Meiryo"; | |
src: local("HiraKakuPro-W3"); | |
} | |
/* Osaka -> ヒラギノ角ゴ */ | |
@font-face { | |
font-family: "Osaka"; | |
src: local("HiraKakuPro-W3"); | |
} | |
/* ヒラギノ角ゴ -> ヒラギノ角ゴ (for safari) */ | |
@font-face { | |
font-family: "ヒラギノ角ゴ Pro W3"; | |
src: local("HiraKakuPro-W3"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment