ui: don't load unused light font

This commit is contained in:
Shane Smiskol
2026-03-11 23:38:51 -07:00
parent 6e7587a75c
commit 9bcd965f0b
-1
View File
@@ -95,7 +95,6 @@ FONT_DIR = ASSETS_DIR.joinpath("fonts")
class FontWeight(StrEnum):
LIGHT = "Inter-Light.fnt"
NORMAL = "Inter-Regular.fnt" if BIG_UI else "Inter-Medium.fnt"
MEDIUM = "Inter-Medium.fnt"
BOLD = "Inter-Bold.fnt"