mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
93b643c44d
This conforms to what Pango does and to the CSS4 spec. And it makes the parsing code easier. So let's go for it.
9 lines
146 B
CSS
9 lines
146 B
CSS
* {
|
|
font-family: "sans";
|
|
font-size: 15px;
|
|
font-stretch: initial;
|
|
font-style: initial;
|
|
font-variant-caps: initial;
|
|
font-weight: 700;
|
|
}
|