diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-06-30 18:50:45 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-06-30 18:50:45 +0200 |
| commit | df532bc175afbdd55a949b655e7cdb7598667dbc (patch) | |
| tree | 933a9b9fe42907b97c655949e47ce112543e2d99 /pages | |
| parent | c257e36ab92460b36879f9a8fdef99ff722b2695 (diff) | |
Disable dumb ligatures in body font
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
