css: fix font name
Anirudh Oppiliappan x@icyphox.sh
Wed, 21 Aug 2024 00:22:44 +0300
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -29,7 +29,7 @@ margin: 0;
} main, footer { - font-family: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; + font-family: "InterVariable", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; font-size: 1.05rem; padding: 0; line-height: 160%;