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.
This commit is contained in:
Ani 2019-08-17 01:38:39 +01:00
parent 0d88f037ff
commit 51188db717

View file

@ -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;