mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-07 12:03:24 -04:00
This reverts commit 6c27011e32.
This commit is contained in:
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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user