From ff23e8c859acf375274a98507498de878c61c1af Mon Sep 17 00:00:00 2001 From: Cyano Hao Date: Thu, 25 Apr 2024 16:30:23 +0800 Subject: [PATCH] prefer Lucida Console font on Windows XP (#395) --- RedPandaIDE/utils/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RedPandaIDE/utils/font.cpp b/RedPandaIDE/utils/font.cpp index 72c11e74..3a0df438 100644 --- a/RedPandaIDE/utils/font.cpp +++ b/RedPandaIDE/utils/font.cpp @@ -105,7 +105,7 @@ QString defaultMonoFont() if (font.exactMatch()) return "Consolas"; else - return "Courier New"; + return "Lucida Console"; #elif defined(Q_OS_MACOS) return "Menlo"; #else // XDG desktop