label css style test: fix font syntax

This commit is contained in:
Matthias Clasen 2016-04-26 00:06:12 -04:00
parent 2968098f74
commit a91fc65291
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
box {
font: "Comic Sans";
font-family: "Comic Sans";
font-size: 10px;
}

View File

@ -2,10 +2,6 @@
decoration:dir(ltr)
box.horizontal:dir(ltr)
font-size: 10px; /* label.css:3:17 */
font-family: "\"Comic Sans\""; /* label.css:2:20 */
font-style: normal; /* label.css:2:20 */
font-variant: normal; /* label.css:2:20 */
font-weight: normal; /* label.css:2:20 */
font-stretch: normal; /* label.css:2:20 */
font-family: "Comic Sans"; /* label.css:2:27 */
label:dir(ltr)