diff --git a/Telegram/SourceFiles/kotato/settings.cpp b/Telegram/SourceFiles/kotato/settings.cpp index 6fccc44b6..3ec270c92 100644 --- a/Telegram/SourceFiles/kotato/settings.cpp +++ b/Telegram/SourceFiles/kotato/settings.cpp @@ -17,7 +17,7 @@ bool gSemiboldFontIsBold = false; #ifdef DESKTOP_APP_USE_PACKAGED_FONTS bool gUseSystemFont = true; #else -bool gUseSystemFont = false; +bool gUseSystemFont = Platform::IsLinux(); #endif bool gUseOriginalMetrics = false;