mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Use system font on Linux by default
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user