Update font / ligature handling for decomp.me

This commit is contained in:
Luke Street
2025-03-19 22:22:41 -06:00
parent d438bc2fc6
commit 5aa1f31804
9 changed files with 20 additions and 14 deletions
+1
View File
@@ -14,6 +14,7 @@
font-family: var(--code-font-family);
font-weight: var(--code-font-weight);
font-size: var(--code-font-size);
font-variant-ligatures: var(--code-font-variant-ligatures);
text-wrap: nowrap;
white-space: pre;
overflow: hidden;
+2
View File
@@ -19,6 +19,7 @@
font-family: var(--code-font-family);
font-weight: var(--code-font-weight);
font-size: var(--code-font-size);
font-variant-ligatures: var(--code-font-variant-ligatures);
text-wrap: nowrap;
white-space: pre;
@@ -71,6 +72,7 @@
font-family: var(--code-font-family);
font-weight: var(--code-font-weight);
font-size: var(--code-font-size);
font-variant-ligatures: var(--code-font-variant-ligatures);
text-wrap: nowrap;
white-space: pre;
}
+3 -2
View File
@@ -12,9 +12,10 @@
height: var(--list-row-height);
padding-left: 0.5em;
font-family: var(--code-font-family, monospace);
font-weight: var(--code-font-weight, normal);
font-family: var(--code-font-family);
font-weight: var(--code-font-weight);
font-size: var(--code-font-size);
font-variant-ligatures: var(--code-font-variant-ligatures);
text-wrap: nowrap;
white-space: pre;