summaryrefslogtreecommitdiff
path: root/assets/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/static/style.css')
-rw-r--r--assets/static/style.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/assets/static/style.css b/assets/static/style.css
index e824e70..8f6183c 100644
--- a/assets/static/style.css
+++ b/assets/static/style.css
@@ -1,3 +1,13 @@
+@font-face {
+ font-family: "inter";
+ src: url("/static/fonts/Inter-Regular.ttf");
+}
+
+@font-face {
+ font-family: "garamond";
+ src: url("/static/fonts/EBGaramond-Regular.ttf");
+}
+
body{
margin: 0;
@@ -99,7 +109,7 @@ ul.menu{
margin: 0;
padding: 0;
font-size: 150%;
- font-family: serif;
+ font-family: garamond;
}
ul.menu li {