Switch app font to JetBrains Mono

This commit is contained in:
2026-07-08 11:13:58 +03:00
parent 88d5b94133
commit 6439dbfeaa
4 changed files with 15 additions and 5 deletions

View File

@@ -17,15 +17,14 @@
--border-strong: #343b49;
--focus-ring: #3b82f6;
font-family:
Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
sans-serif;
"JetBrains Mono Variable", "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas,
"Liberation Mono", monospace;
color: #e5e7eb;
background: #101216;
font-synthesis: none;
height: 100%;
overflow: hidden;
scrollbar-color: #4b5568 #101216;
scrollbar-gutter: stable;
scrollbar-width: thin;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
@@ -695,8 +694,7 @@ button:disabled {
background: #101216;
box-shadow: none;
overflow-x: hidden;
overflow-y: scroll;
scrollbar-gutter: stable;
overflow-y: auto;
padding: 14px 18px 20px;
}