Use Terminus font across app

This commit is contained in:
Smittix
2026-02-04 00:56:22 +00:00
parent 3ce8c1b2be
commit b5dbeb6b59
37 changed files with 22210 additions and 22184 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -84,7 +84,7 @@ const SpyStations = (function() {
modeContainer.innerHTML = modes.map(m => `
<label class="inline-checkbox">
<input type="checkbox" data-mode="${m}" checked onchange="SpyStations.applyFilters()">
<span style="font-family: 'JetBrains Mono', monospace; font-size: 10px;">${m}</span>
<span style="font-family: 'Terminus', monospace; font-size: 10px;">${m}</span>
</label>
`).join('');
}