From e113e2259c25514d5fb80021f1eed7bb2dd97ed0 Mon Sep 17 00:00:00 2001 From: joak Date: Wed, 26 Aug 2020 20:07:32 +0200 Subject: updates --- assets/static/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'assets/static/style.css') 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 { -- cgit v1.2.3