Last active
August 13, 2016 03:34
-
-
Save nishinoshake/9a1330587535187fb165 to your computer and use it in GitHub Desktop.
フォント系の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
.ff { | |
font-family: "Helvetica Neue", "游ゴシック Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif; | |
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif; | |
} |
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: 'hannari'; | |
src: url('../font/hannari.eot'); /* IE9 Compat Modes */ | |
src: url('../font/hannari.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | |
url('../font/hannari.woff') format('woff'), /* Modern Browsers */ | |
url('../font/hannari.ttf') format('truetype'), /* Safari, Android, iOS */ | |
url('../font/hannari.svg#svgFontName') format('svg'); /* Legacy iOS */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment