all repos — site @ 8b26e671b4c638142adc07902a46e14f4f0cb27f

source for my site, found at icyphox.sh

css: fix font name
Anirudh Oppiliappan x@icyphox.sh
Wed, 21 Aug 2024 00:22:44 +0300
commit

8b26e671b4c638142adc07902a46e14f4f0cb27f

parent

8551cc340d3e307384e3f29b6bf78c282aa0bd39

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M static/style.cssstatic/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%;