Skip to content

Instantly share code, notes, and snippets.

@dreamark
Created April 30, 2016 16:32
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 dreamark/7bb74ff598fce8fe4b4288d175103e50 to your computer and use it in GitHub Desktop.
Save dreamark/7bb74ff598fce8fe4b4288d175103e50 to your computer and use it in GitHub Desktop.
if (~navigator.userAgent.indexOf('Mac OS X')) {
document.write('<style type="text/css">html, body { font-family: \x27Helvetica\x27, \x27Arial\x27, \x27ヒラギノ角ゴ Pro W3\x27, \x27Hiragino Kaku Gothic Pro\x27, sans-serif; } </style>');
} else {
document.write('<style type="text/css">html, body { font-family: \x27Helvetica\x27, \x27Arial\x27, \x27メイリオ\x27, \x27Meiryo\x27, \x27MS PGothic\x27, sans-serif; } </style>');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment