From 37ac2fb9b69405ecdc2338ed4272d3ad8ad6fbde Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Sun, 21 Nov 2021 02:33:28 +0100 Subject: [PATCH] Change the default tech tree font Use the same as for city production, since this list at least doesn't include Comics Sans MS. Closes #564. --- client/gui-qt/fonts.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/gui-qt/fonts.cpp b/client/gui-qt/fonts.cpp index 26e36b02ec..ad6e80b04d 100644 --- a/client/gui-qt/fonts.cpp +++ b/client/gui-qt/fonts.cpp @@ -218,10 +218,6 @@ void configure_fonts() 512); } // Reqtree - sl.clear(); - sl << QStringLiteral("Papyrus") << QStringLiteral("Segoe Script") - << QStringLiteral("Comic Sans MS") << QStringLiteral("Droid Sans") - << QStringLiteral("Noto Sans") << QStringLiteral("Ubuntu"); font_name = configure_font(fonts::reqtree_text, sl, max, true); if (!font_name.isEmpty()) { fn_bytes = font_name.toLocal8Bit();