mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Fix tiny fonts in win32 theme
broken since df08fc91... (css: always get default font size in pixels) https://bugzilla.gnome.org/show_bug.cgi?id=773221
This commit is contained in:
parent
83dc4c8b39
commit
9a9969b337
@ -23,7 +23,7 @@
|
||||
viewport {
|
||||
/* XXX: This should be the default, but isn't?! */
|
||||
font-family: "Segoe UI", Sans;
|
||||
font-size: 9px;
|
||||
font-size: 9pt;
|
||||
background-color: -gtk-win32-color(window, btnface);
|
||||
color: -gtk-win32-color(window, btntext);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user