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:
parent
9808d3227f
commit
449f2b59df
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ code,
|
||||||
textarea {
|
textarea {
|
||||||
font-family: var(--font-monospace);
|
font-family: var(--font-monospace);
|
||||||
line-height: var(--line-height);
|
line-height: var(--line-height);
|
||||||
|
font-variant-ligatures: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue