label css style test: fix font syntax
This commit is contained in:
parent
2968098f74
commit
a91fc65291
@ -1,4 +1,4 @@
|
||||
box {
|
||||
font: "Comic Sans";
|
||||
font-family: "Comic Sans";
|
||||
font-size: 10px;
|
||||
}
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user