From e002d09d2b6b2317fec6caa8836b20e6709c5da3 Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Mon, 4 Apr 2016 14:00:39 +0800 Subject: jinwei.me --- css/font.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 css/font.css (limited to 'css/font.css') 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 @@ +h1 { + font-family: Century Gothic, sans-serif; + font-size: 24px; + font-style: normal; + font-variant: normal; + font-weight: 500; + line-height: 26.3999996185303px; +} + +p { + font-family: Century Gothic, sans-serif; + font-size: 14px; + font-style: normal; + font-variant: normal; + font-weight: 400; + line-height: 20px; +} -- cgit v1.2.3