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:
@@ -5,6 +5,9 @@ import App from './App.vue'
|
||||
|
||||
// Locally-bundled Inter (air-gap safe, no Google Fonts fetch)
|
||||
import '@fontsource-variable/inter'
|
||||
// Archivo: display/signage font used on the shopfloor dashboard for
|
||||
// distance readability on TVs (air-gap safe, bundled).
|
||||
import '@fontsource-variable/archivo'
|
||||
|
||||
// Initialize theme on app load
|
||||
import './stores/theme'
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user