Skip to content

Instantly share code, notes, and snippets.

@yomotsu
Last active June 10, 2017 18:42
Show Gist options
  • Save yomotsu/dc2eb5be686541ced84beb7b6b57d6bc to your computer and use it in GitHub Desktop.
Save yomotsu/dc2eb5be686541ced84beb7b6b57d6bc to your computer and use it in GitHub Desktop.
ja-font-family
@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