Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active August 13, 2016 03:34
Show Gist options
  • Save nishinoshake/9a1330587535187fb165 to your computer and use it in GitHub Desktop.
Save nishinoshake/9a1330587535187fb165 to your computer and use it in GitHub Desktop.
フォント系のCSS
.ff {
font-family: "Helvetica Neue", "游ゴシック Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
@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