From f5a4e3278b471f29adeef56b82bf2b6aeece1069 Mon Sep 17 00:00:00 2001 From: ronso0 Date: Thu, 25 Mar 2021 03:56:34 +0100 Subject: LateNight: make sure Open Sans Semibold is picked on Windows --- res/skins/LateNight/style.qss | 5 +++++ 1 file changed, 5 insertions(+) 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; -- cgit v1.2.3