diff options
author | joak <joak@nospace.at> | 2020-08-26 20:07:32 +0200 |
---|---|---|
committer | joak <joak@nospace.at> | 2020-08-26 20:07:32 +0200 |
commit | e113e2259c25514d5fb80021f1eed7bb2dd97ed0 (patch) | |
tree | 1dfc106c8d34168aa1c34de79783704ff23f6769 /assets/static/style.css | |
parent | a5eb0de0d8d646149e286960d90205a98092810b (diff) |
updates
Diffstat (limited to 'assets/static/style.css')
-rw-r--r-- | assets/static/style.css | 12 |
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 { |