ui: stop loading unused fonts (#36493)

Co-authored-by: Comma Device <device@comma.ai>
pull/36494/head
Adeeb Shihadeh 2 weeks ago committed by GitHub
parent a974deeb59
commit 2d0340cefd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      system/ui/lib/application.py

@ -43,15 +43,11 @@ FONT_DIR = ASSETS_DIR.joinpath("fonts")
class FontWeight(StrEnum):
THIN = "Inter-Thin.fnt"
EXTRA_LIGHT = "Inter-ExtraLight.fnt"
LIGHT = "Inter-Light.fnt"
NORMAL = "Inter-Regular.fnt"
MEDIUM = "Inter-Medium.fnt"
SEMI_BOLD = "Inter-SemiBold.fnt"
BOLD = "Inter-Bold.fnt"
EXTRA_BOLD = "Inter-ExtraBold.fnt"
BLACK = "Inter-Black.fnt"
UNIFONT = "unifont.fnt"

Loading…
Cancel
Save