From 51188db717e192b8c703778f514309a37d73369e Mon Sep 17 00:00:00 2001 From: Ani Date: Sat, 17 Aug 2019 01:38:39 +0100 Subject: [PATCH] gui: Remove fallback font from YoRHa theme Starting with QT 5.13, having both fonts causes stylesheets to use the fallback font even if the first font is present, but uses the first font when there's no fallback font. The fallback font (Arial) can safely be removed as the default one is 'good enough' for the intended purpose of having a fallback. --- bin/GuiConfigs/YoRHa by Ani.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/GuiConfigs/YoRHa by Ani.qss b/bin/GuiConfigs/YoRHa by Ani.qss index e4ceb2c88b..267b0619df 100644 --- a/bin/GuiConfigs/YoRHa by Ani.qss +++ b/bin/GuiConfigs/YoRHa by Ani.qss @@ -25,7 +25,7 @@ aea993 /* Every widget */ QWidget { - font-family: SCE-PS3 Rodin LATIN, Arial; + font-family: SCE-PS3 Rodin LATIN; font-size: 9.00pt; color: #292929;