summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2015-12-05 15:04:31 +0800
committerJinweiClarkChao <[email protected]>2015-12-05 15:04:31 +0800
commit544c80dc61a129e2916cdb53c984e56d8f7a944c (patch)
tree074cdc560002d3e4dde4c4174d68633de0595e3e /css
parentfeb081315e7063c6605efee842f7bdb18c55d90d (diff)
downloadring0.xyz-544c80dc61a129e2916cdb53c984e56d8f7a944c.tar.gz
https
Diffstat (limited to 'css')
-rw-r--r--css/font.css25
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 @@
1h1 { 1h1 {
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
9p { 10p {
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}
Powered by cgit v1.2.3 (git 2.41.0)