-
-
Save yomotsu/dc2eb5be686541ced84beb7b6b57d6bc to your computer and use it in GitHub Desktop.
ja-font-family
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-face { | |
font-family: xYuMincho; | |
font-weight: normal; | |
src: local( "YuMincho-Regular" ), | |
local( "Yu Mincho Regular" ), | |
local( "YuMin-Medium" ), | |
local( "YuMincho Medium" ), | |
local( "Yu Mincho" ); | |
} | |
@font-face { | |
font-family: xYuMincho; | |
font-weight: bold; | |
src: local( "YuMincho-Demibold" ), | |
local( "Yu Mincho Demibold" ), | |
local( "YuMin-Demibold" ), | |
local( "YuMincho Demibold" ), | |
local( "Yu Mincho" ); | |
} | |
body { | |
font-family: "xYuMincho", | |
"HiraMinProN-W3", | |
"Hiragino Mincho Pro", | |
"\0048\0047\6B63\6977\66F8\4F53\002D\0050\0052\004F", | |
"\FF24\FF26\4E2D\6977\66F8\4F53", | |
"\FF2D\FF33\0020\660E\671D", | |
"MS Mincho", | |
serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment