commit b4a5b207972c05fe65314a15e5b4b02faedacc3f
parent a072e3b520bc3005d6e7db7e886b03f39b8d8401
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 22 Jan 2025 15:53:05 +0100
parent a072e3b520bc3005d6e7db7e886b03f39b8d8401
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 22 Jan 2025 15:53:05 +0100
style.css: remove font
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/static/style.css b/static/style.css @@ -1,12 +1,10 @@ font-face { - font-family: 'varelaregular'; - src: url('./varela-regular-webfont.woff2') format('woff2'); font-weight: normal; font-tyle: normal; } * { - font-family: Varela, sans-serif; + font-family: sans-serif; box-sizing: border-box; border-collapse: collapse; }