aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/font.css')
-rw-r--r--css/font.css17
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 @@
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}
9
10p {
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}
Powered by cgit v1.2.3 (git 2.41.0)