aboutsummaryrefslogtreecommitdiff
path: root/src/ui/UiManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/UiManager.cpp')
-rw-r--r--src/ui/UiManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/UiManager.cpp b/src/ui/UiManager.cpp
index fde82eed..879ea2e1 100644
--- a/src/ui/UiManager.cpp
+++ b/src/ui/UiManager.cpp
@@ -40,7 +40,7 @@ UiManager* UiManager::GetInstance() {
UiManager::UiManager() {
const auto factory = GetGraphicsFactory();
- theme_resource_.default_font_family = u"等线";
+ theme_resource_.default_font_family = u"";
theme_resource_.default_font =
factory->CreateFont(theme_resource_.default_font_family, 24.0f);