Skip to content

Instantly share code, notes, and snippets.

@lonsagisawa
Created May 25, 2015 13:46
Show Gist options
  • Save lonsagisawa/cf6957bd31d5821c2f8a to your computer and use it in GitHub Desktop.
Save lonsagisawa/cf6957bd31d5821c2f8a to your computer and use it in GitHub Desktop.
font setting
body {
background-color: #eee;
font-family: "Roboto", "Lucida Grande", "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo", "IPAexGothic", sans-serif;
}
h1, h2, h3 {
font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "Meiryo", "IPAexGothic", sans-serif;
font-weight: 300;
}
h4, h5, h6 {
font-family: "Roboto Condensed", "Hiragino Kaku Gothic ProN", "Meiryo", "IPAexGothic", sans-serif;
font-weight: 700;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment