You've already forked objdiff-web
mirror of
https://github.com/encounter/objdiff-web.git
synced 2026-07-10 12:18:37 -07:00
Update font / ligature handling for decomp.me
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user