gtk2/testsuite/css/style/font.css
Matthias Clasen 5993875d38 Fix the css style font test
Setting the font: shorthand to something like smaller is not
in line with the css spec. Just set the font-size: property
for this.

Also fix the other font: shorthand to specify size and family
according to the css spec.
2016-04-18 11:46:58 -04:00

8 lines
68 B
CSS

box {
font: 10px "Comic Sans";
}
label {
font-size: smaller;
}