mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
91497348bf
I have not tracked down in detail where all these changes originate, this commit just gets things back to working again.
9 lines
150 B
CSS
9 lines
150 B
CSS
* {
|
|
font-family: "Sans";
|
|
font-size: 15px;
|
|
font-stretch: initial;
|
|
font-style: initial;
|
|
font-variant-caps: initial;
|
|
font-weight: initial;
|
|
}
|