Skip to content

Instantly share code, notes, and snippets.

@cherenkov
Forked from shinnn/file0.css
Created June 22, 2018 12:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cherenkov/b2d06213ee216e4d41e5552b32d3b36b to your computer and use it in GitHub Desktop.
游明朝体・游ゴシック体のCSSでの利用 ref: http://qiita.com/shinnn/items/5be7e8106189311559c1
.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