Last active
June 29, 2016 12:25
-
-
Save oflow/780a80d6d2989a339ec1e9cdf6536a2a to your computer and use it in GitHub Desktop.
偉大なるWebデザイナー様のテンプレCSSフォント指定をなかったことにする
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@font-face { | |
font-family: "MS Pゴシック"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "Osaka"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "游ゴシック"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "Yu Gothic"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "モリサワ新ゴR"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "ヒラギノ角ゴ Pro W3"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "Hiragino Kaku Gothic Pro"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "Hiragino Kaku Gothic ProN"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "Osaka"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "MS PGothic"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "MS UI Gothic"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "MS ゴシック"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "MS 明朝"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "HG正楷書体-PRO"; | |
src: local("メイリオ"); | |
} | |
@font-face { | |
font-family: "mplus-1p"; | |
src: local("メイリオ"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment