gtk2/testsuite/css/parser/declarations-valid-04.ref.css
Benjamin Otte 93b643c44d css: Make font-weight an integer
This conforms to what Pango does and to the CSS4 spec. And it makes the
parsing code easier. So let's go for it.
2019-04-12 19:34:28 +02:00

9 lines
146 B
CSS

* {
font-family: "sans";
font-size: 15px;
font-stretch: initial;
font-style: initial;
font-variant-caps: initial;
font-weight: 700;
}