mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 15:01:23 +00:00
7855294594
These tests were affected by the font and linear-gradient parsing changes.
9 lines
142 B
CSS
9 lines
142 B
CSS
* {
|
|
font-family: "sans";
|
|
font-size: 15px;
|
|
font-stretch: initial;
|
|
font-style: initial;
|
|
font-variant: initial;
|
|
font-weight: bold;
|
|
}
|