diff options
author | Jinwei Zhao <[email protected]> | 2016-04-04 14:00:39 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:45 +0800 |
commit | e002d09d2b6b2317fec6caa8836b20e6709c5da3 (patch) | |
tree | 1e1623524986fc63abcab7b10912dffe55dc1da9 /css/font.css | |
parent | dbcebe1def5c355120c61b575390d1d9ac355f67 (diff) | |
download | jinwei.me-e002d09d2b6b2317fec6caa8836b20e6709c5da3.tar.gz |
jinwei.me
Diffstat (limited to 'css/font.css')
-rw-r--r-- | css/font.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/css/font.css b/css/font.css new file mode 100644 index 0000000..c57f289 --- /dev/null +++ b/css/font.css | |||
@@ -0,0 +1,17 @@ | |||
1 | h1 { | ||
2 | font-family: Century Gothic, sans-serif; | ||
3 | font-size: 24px; | ||
4 | font-style: normal; | ||
5 | font-variant: normal; | ||
6 | font-weight: 500; | ||
7 | line-height: 26.3999996185303px; | ||
8 | } | ||
9 | |||
10 | p { | ||
11 | font-family: Century Gothic, sans-serif; | ||
12 | font-size: 14px; | ||
13 | font-style: normal; | ||
14 | font-variant: normal; | ||
15 | font-weight: 400; | ||
16 | line-height: 20px; | ||
17 | } | ||