Created
July 18, 2014 01:54
-
-
Save wakamsha/89fe4bd2ca3947c7f618 to your computer and use it in GitHub Desktop.
CSS font-family 2014
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-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