Switch app font to JetBrains Mono

This commit is contained in:
Smittix
2026-02-04 01:10:42 +00:00
parent 50227ccae6
commit 07d6ef984e
24 changed files with 989 additions and 1010 deletions

View File

@@ -53,7 +53,7 @@
}
.device-name {
font-family: 'Inter', -apple-system, sans-serif;
font-family: var(--font-sans);
font-size: 14px;
font-weight: 600;
color: var(--text-primary, #e0e0e0);
@@ -221,7 +221,7 @@
}
.device-range-band .range-label {
font-family: 'Inter', sans-serif;
font-family: var(--font-sans);
font-size: 11px;
font-weight: 600;
color: var(--range-color);
@@ -262,7 +262,7 @@
}
.device-manufacturer .mfr-name {
font-family: 'Inter', sans-serif;
font-family: var(--font-sans);
}
/* ============================================
@@ -426,7 +426,7 @@
}
.message-card-title {
font-family: 'Inter', sans-serif;
font-family: var(--font-sans);
font-size: 13px;
font-weight: 600;
color: var(--text-primary, #e0e0e0);

View File

@@ -107,7 +107,7 @@
display: inline-flex;
align-items: center;
gap: 5px;
font-family: 'Inter', sans-serif;
font-family: var(--font-sans);
font-size: 11px;
font-weight: 500;
padding: 5px 10px;
@@ -864,7 +864,7 @@
.signal-search-input {
width: 100%;
padding: 6px 10px;
font-family: 'Inter', sans-serif;
font-family: var(--font-sans);
font-size: 11px;
color: var(--text-primary);
background: var(--bg-card);