diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 5768d8df668b..4b4327327080 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -1516,6 +1516,11 @@ void setFixedPitchFont(const std::vector& vecWidgets) void updateFonts() { + // Fonts need to be loaded by GUIIUtil::loadFonts(), if not just return. + if (!osDefaultFont) { + return; + } + setApplicationFont(); auto getKey = [](QWidget* w) -> QString {