shopfloor dashboard: use Archivo display font for TV legibility

Bundle @fontsource-variable/archivo (air-gap safe) and apply it to the shopfloor
dashboard only - a sturdy grotesque built for signage/displays, more legible
from across the shop than Inter. Rest of the app stays on Inter.
This commit is contained in:
cproudlock
2026-07-20 15:19:28 -04:00
parent 0dc4dba265
commit d39d34b55f
4 changed files with 14 additions and 1 deletions

View File

@@ -448,7 +448,7 @@ function handlePhotoError(e) {
position: relative;
background: #00003d;
color: #fff;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-family: 'Archivo Variable', 'Inter Variable', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
overflow: hidden;
}