disable ligatures in code

it can be hard for first-time users to understand what these ligatures mean or how to type them
This commit is contained in:
りき萌 2025-09-02 20:02:48 +02:00
parent 9808d3227f
commit 449f2b59df

View file

@ -53,6 +53,7 @@ code,
textarea {
font-family: var(--font-monospace);
line-height: var(--line-height);
font-variant-ligatures: none;
}
/* Buttons */