From 9cea7f117e0abd0e9db9901c02f72284f73f18ca Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 4 Feb 2020 12:23:19 +0400 Subject: [PATCH] Fix rendering of 'Mathematical Alphanumeric Symbols' on macOS. --- ui/style/style_core_font.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/style/style_core_font.cpp b/ui/style/style_core_font.cpp index e08ee84..a73e169 100644 --- a/ui/style/style_core_font.cpp +++ b/ui/style/style_core_font.cpp @@ -165,6 +165,7 @@ void StartFonts() { #endif // !DESKTOP_APP_USE_PACKAGED_FONTS #ifdef Q_OS_MAC auto list = QStringList(); + list.append("STIXGeneral"); list.append(".SF NS Text"); list.append("Helvetica Neue"); list.append("Lucida Grande");