Created
June 17, 2017 04:40
-
-
Save stanleyxu2005/a7a8136d860f94f6c837a96610950b3b to your computer and use it in GitHub Desktop.
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
html, body { | |
font-family: "Source Sans Pro", "Microsoft JhengHei", "Roboto", "Arial", "Lucida Grande", sans-serif; | |
} | |
code, pre { | |
font-family: "Source Code Pro", monospace; | |
} | |
html, body { font-size: 15px } | |
small, .small { font-size: 13px } | |
table td { font-size: 13px } | |
h1, h2, h3, h4, h5, h6 { | |
font-weight: 400; | |
/*padding: 0; | |
margin: 14px 0 2px; | |
line-height: 100%;*/ | |
color: red; | |
} | |
b, strong { font-weight: 700 } | |
h1 { font-size: 32px } | |
h2 { font-size: 28px } | |
h3 { font-size: 24px } | |
h4 { font-size: 20px } | |
h5 { font-size: 18px } | |
h6 { font-size: 16px } | |
p { | |
/*padding: 6px 0; | |
margin: 0;*/ | |
line-height: 140%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment