gtk2/testsuite/css/style/font.css
Matthias Clasen 5ab6ff6b5e Expand css style font tests
Test more of the syntax of the font: shorthand.
2016-04-18 14:38:53 -04:00

24 lines
263 B
CSS

box {
font: 10px "Comic Sans";
}
#label1 {
font-size: smaller;
}
#label2 {
font: 10pt Cantarell, sans-serif;
}
#label3 {
font: bold italic 80% monospace;
}
#label4 {
font: expanded oblique xx-small serif;
}
#label5 {
font: 20mm '21st Century';
}