summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorronso0 <ronso0@mixxx.org>2021-03-25 03:56:34 +0100
committerronso0 <ronso0@mixxx.org>2021-03-31 04:00:52 +0200
commitf5a4e3278b471f29adeef56b82bf2b6aeece1069 (patch)
treedc5318683f679f787eb80632d5f90ad3be238c88
parent92b028bd92e5eeea345b3edfd693bcb88de6403a (diff)
LateNight: make sure Open Sans Semibold is picked on Windows
-rw-r--r--res/skins/LateNight/style.qss5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/skins/LateNight/style.qss b/res/skins/LateNight/style.qss
index 377ac805da..c99a26ee4b 100644
--- a/res/skins/LateNight/style.qss
+++ b/res/skins/LateNight/style.qss
@@ -36,6 +36,11 @@ WEffectSelector QAbstractScrollArea,
#LibraryContainer QHeaderView,
#LibraryContainer QHeaderView::item,
#LibraryContainer QMenu {
+ /* On Linux all weight variants of Open Sans are identified
+ as "Open Sans".
+ On Windows however, the semi-bold variant is identified as
+ "Open Sans Semibold", thus we need to set some font weights
+ in style_windows.qss */
font-family: "Open Sans";
font-weight: 500; /* semi-bold */
font-style: normal;