prefer Lucida Console font on Windows XP (#395)

This commit is contained in:
Cyano Hao 2024-04-25 16:30:23 +08:00 committed by GitHub
parent 7df90b0d5d
commit ff23e8c859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ QString defaultMonoFont()
if (font.exactMatch()) if (font.exactMatch())
return "Consolas"; return "Consolas";
else else
return "Courier New"; return "Lucida Console";
#elif defined(Q_OS_MACOS) #elif defined(Q_OS_MACOS)
return "Menlo"; return "Menlo";
#else // XDG desktop #else // XDG desktop