diff options
author | JinweiClarkChao <[email protected]> | 2015-12-05 15:04:31 +0800 |
---|---|---|
committer | JinweiClarkChao <[email protected]> | 2015-12-05 15:04:31 +0800 |
commit | 544c80dc61a129e2916cdb53c984e56d8f7a944c (patch) | |
tree | 074cdc560002d3e4dde4c4174d68633de0595e3e /css | |
parent | feb081315e7063c6605efee842f7bdb18c55d90d (diff) | |
download | ring0.xyz-544c80dc61a129e2916cdb53c984e56d8f7a944c.tar.gz |
https
Diffstat (limited to 'css')
-rw-r--r-- | css/font.css | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/css/font.css b/css/font.css index 9922467..c57f289 100644 --- a/css/font.css +++ b/css/font.css | |||
@@ -1,16 +1,17 @@ | |||
1 | h1 { | 1 | h1 { |
2 | font-family: Century Gothic, sans-serif; | 2 | font-family: Century Gothic, sans-serif; |
3 | font-size: 24px; | 3 | font-size: 24px; |
4 | font-style: normal; | 4 | font-style: normal; |
5 | font-variant: normal; | 5 | font-variant: normal; |
6 | font-weight: 500; | 6 | font-weight: 500; |
7 | line-height: 26.3999996185303px; | 7 | line-height: 26.3999996185303px; |
8 | } | 8 | } |
9 | |||
9 | p { | 10 | p { |
10 | font-family: Century Gothic, sans-serif; | 11 | font-family: Century Gothic, sans-serif; |
11 | font-size: 14px; | 12 | font-size: 14px; |
12 | font-style: normal; | 13 | font-style: normal; |
13 | font-variant: normal; | 14 | font-variant: normal; |
14 | font-weight: 400; | 15 | font-weight: 400; |
15 | line-height: 20px; | 16 | line-height: 20px; |
16 | } | 17 | } |