mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
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:
parent
0d88f037ff
commit
51188db717
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue