mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
win32 theme: Add a hack that selects the right font on Windows 8
Someone needs to figure out why the default font is wrong.
This commit is contained in:
parent
c98007f9fd
commit
a3998bce9d
@ -22,6 +22,9 @@
|
||||
|
||||
.background,
|
||||
viewport {
|
||||
/* XXX: This should be the default, but isn't?! */
|
||||
font-family: "Segoe UI", Sans;
|
||||
font-size: 9px;
|
||||
background-color: @bg_color;
|
||||
color: -gtk-win32-color(button, 18);
|
||||
border-color: shade (@bg_color, 0.6);
|
||||
|
Loading…
Reference in New Issue
Block a user