Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions data/themes/darktable.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down