mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 14:50:00 -07:00
Switch app font to JetBrains Mono
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user