Revert "Convert UI fonts to WOFF2 (#647)" (#648)

This reverts commit 6c27011e32.
This commit is contained in:
Luke Street
2026-05-03 20:41:24 -06:00
committed by GitHub
parent 6c27011e32
commit bf27d10519
15 changed files with 7 additions and 7 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+7 -7
View File
@@ -32,13 +32,13 @@ bool initialize() noexcept {
return false;
}
load_font("FiraSans-Regular.woff2", true);
load_font("FiraSans-Bold.woff2");
load_font("FiraSansCondensed-Regular.woff2");
load_font("FiraSansCondensed-Bold.woff2");
load_font("AlegreyaSC-Regular.woff2");
load_font("AlegreyaSC-Bold.woff2");
load_font("MaterialSymbolsRounded-Regular.woff2");
load_font("FiraSans-Regular.ttf", true);
load_font("FiraSans-Bold.ttf");
load_font("FiraSansCondensed-Regular.ttf");
load_font("FiraSansCondensed-Bold.ttf");
load_font("AlegreyaSC-Regular.ttf");
load_font("AlegreyaSC-Bold.ttf");
load_font("MaterialSymbolsRounded-Regular.ttf");
sInitialized = true;
return true;