Skip to content

Instantly share code, notes, and snippets.

@wakamsha
Created July 18, 2014 01:54
Show Gist options
  • Save wakamsha/89fe4bd2ca3947c7f618 to your computer and use it in GitHub Desktop.
Save wakamsha/89fe4bd2ca3947c7f618 to your computer and use it in GitHub Desktop.
CSS font-family 2014
$font-family-sans-serif: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
$font-family-serif: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
$font-family-monospace: Osaka-mono, "MS Gothic", monospace;
$font-family-base: $font-family-sans-serif !default;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment