Skip to content

Instantly share code, notes, and snippets.

@Takazudo
Created October 7, 2010 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Takazudo/614364 to your computer and use it in GitHub Desktop.
Save Takazudo/614364 to your computer and use it in GitHub Desktop.
JA font-family
// for font-family swap
(navigator.appVersion.indexOf("Win")>-1) && $('html').addClass('os-win');
/* font-family for Japanese */
body{
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
html.os-win body{
font-family:'メイリオ', Meiryo, 'MS Pゴシック', sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment