diff options
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 | } |