ui: stop loading unused fonts (#36493)

Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
Adeeb Shihadeh
2025-10-26 14:18:48 -07:00
committed by GitHub
parent a974deeb59
commit 2d0340cefd
-4
View File
@@ -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"