summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2015-08-25 23:36:32 +0800
committerJinweiClarkChao <[email protected]>2015-08-26 08:44:45 +0800
commit0f5825e65a9beba4ebb82ff7827d7030fb79fd9c (patch)
treead82db9bcfc54d00a52437fb5b6b00b9f27d8761 /css/font.css
parentf8bfa21feb6a7b66959e76e1d06c870bdfdff98a (diff)
downloadring0.xyz-0f5825e65a9beba4ebb82ff7827d7030fb79fd9c.tar.gz
fork https://jessfraz.com/
Diffstat (limited to 'css/font.css')
-rw-r--r--css/font.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/css/font.css b/css/font.css
new file mode 100644
index 0000000..9f2b408
--- /dev/null
+++ b/css/font.css
@@ -0,0 +1,40 @@
1h1 {
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}
9h3 {
10 font-family: Century Gothic, sans-serif;
11 font-size: 14px;
12 font-style: normal;
13 font-variant: normal;
14 font-weight: 500;
15 line-height: 15.3999996185303px;
16}
17p {
18 font-family: Century Gothic, sans-serif;
19 font-size: 14px;
20 font-style: normal;
21 font-variant: normal;
22 font-weight: 400;
23 line-height: 20px;
24}
25blockquote {
26 font-family: Century Gothic, sans-serif;
27 font-size: 21px;
28 font-style: normal;
29 font-variant: normal;
30 font-weight: 400;
31 line-height: 30px;
32}
33pre {
34 font-family: Century Gothic, sans-serif;
35 font-size: 13px;
36 font-style: normal;
37 font-variant: normal;
38 font-weight: 400;
39 line-height: 18.5714282989502px;
40} \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)