Skip to content

Instantly share code, notes, and snippets.

@ikekou
Created March 28, 2015 03:59
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 ikekou/25c9ce5ae9e7957d77ba to your computer and use it in GitHub Desktop.
Save ikekou/25c9ce5ae9e7957d77ba to your computer and use it in GitHub Desktop.
[css] 游書体の指定をするCSS
/* 游ゴシック体 */
.sans-serif {
font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
/* 游明朝体 */
.serif {
font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment