From 449f2b59dfe62fc70f4f96d2f01553e833832f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AA=E3=82=AD=E8=90=8C?= Date: Tue, 2 Sep 2025 20:02:48 +0200 Subject: [PATCH] disable ligatures in code it can be hard for first-time users to understand what these ligatures mean or how to type them --- static/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/base.css b/static/base.css index 6fc9acd..bf170d6 100644 --- a/static/base.css +++ b/static/base.css @@ -53,6 +53,7 @@ code, textarea { font-family: var(--font-monospace); line-height: var(--line-height); + font-variant-ligatures: none; } /* Buttons */