From 3f78ec07bedf287277f2ab0de9b246100f3e6af9 Mon Sep 17 00:00:00 2001 From: a73x Date: Tue, 10 Dec 2024 13:30:18 +0000 Subject: new font EBGaramond --- public/static/styles.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'public/static/styles.css') diff --git a/public/static/styles.css b/public/static/styles.css index 1de3a03..32ec67e 100644 --- a/public/static/styles.css +++ b/public/static/styles.css @@ -1,6 +1,6 @@ @font-face { - font-family: 'Mono'; - src: url('/static/V1-ServerMono-Regular.woff2') format('woff2'); + font-family: "EB Garamond"; + src: url('/static/EBGaramond-VariableFont_wght.ttf'); font-weight: normal; font-style: normal; } @@ -25,9 +25,6 @@ hr { border-top: 1px dashed black; } -code { - font-family: "Mono"; -} h1 { margin-bottom: 0; @@ -45,7 +42,7 @@ h3 { } body { - font-family: "Mono"; + font-family: "EB Garamond"; } main { -- cgit v1.2.3