diff --git a/data/themes/darktable.css b/data/themes/darktable.css index 2acfb1764e97..84d7b945a983 100644 --- a/data/themes/darktable.css +++ b/data/themes/darktable.css @@ -620,9 +620,18 @@ dialog .sidebar row:selected:hover label, #snapshot-button entry, #iop-module-name { - font-weight: lighter; - font-family: sans-serif, "Arial Unicode MS"; - font-size: 0.8em; + color: @grey_70; + font-weight: normal; + font-family: "Roboto Light", "Roboto", /* best case scenario */ + "Segoe UI Variable", /* Windows 11 default */ + "Segoe UI", /* Windows 10 default */ + "SF Pro Display Light", "SF Pro Display", /* Mac OS X default */ + "Ubuntu Light", "Ubuntu", "IPAPGothic", /* Ubuntu default */ + "Noto Sans", /* Fedora default */ + "Adwaita Sans", "Cantarell", /* Gnome default new */ + "Lucida Sans Unicode", "Arial Unicode MS", /* Unicode glyphs */ + sans-serif; /* default default */ + font-size: 0.80em; } #iop-module-name-error