From 8a1aeb22d87dab20f010be446cb35de57c294080 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 10 May 2020 17:10:21 +0400 Subject: [PATCH] Use Vazir font on macOS too. --- ui/style/style_core_font.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/style/style_core_font.cpp b/ui/style/style_core_font.cpp index 21d1080..3fad606 100644 --- a/ui/style/style_core_font.cpp +++ b/ui/style/style_core_font.cpp @@ -230,10 +230,8 @@ void StartFonts() { //QFont::insertSubstitution(name, fallback); #endif // Q_OS_WIN -#if defined Q_OS_WIN || defined Q_OS_LINUX const auto persianFallback = FontTypePersianFallback[i]; QFont::insertSubstitution(name, persianFallback); -#endif // Q_OS_WIN || Q_OS_LINUX } #ifdef Q_OS_MAC