From df532bc175afbdd55a949b655e7cdb7598667dbc Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Tue, 30 Jun 2026 17:50:45 +0100 Subject: Disable dumb ligatures in body font --- pages/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/style.css b/pages/style.css index 56de563..0d577ee 100644 --- a/pages/style.css +++ b/pages/style.css @@ -36,6 +36,7 @@ html, body { body { font-family: "Adwaita Sans", system-ui, sans-serif; + font-variant-ligatures: no-discretionary-ligatures no-contextual; background-color: var(--bg-color); color: var(--font-color); } -- cgit v1.3.1