Skip to content

Commit c032030

Browse files
committed
fix: replace fingerprint-blocked named fonts with ui-monospace system stack
1 parent 6e6b48f commit c032030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--cyan: #79c0ff;
1111
--yellow: #e3b341;
1212
--red: #f85149;
13-
--mono: "JetBrains Mono", "Fira Code", "Cascadia Code", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
13+
--mono: ui-monospace, "SF Mono", Menlo, "Cascadia Code", Consolas, monospace;
1414
}
1515

1616
html, body { height: 100%; }

0 commit comments

Comments
 (0)