Open
Description
Input:
x {
font-family: "Comic Sans MS";
}
Current output:
x{font-family:"Comic Sans MS"}
It could be just:
x{font-family:Comic Sans MS}
See http://mathiasbynens.be/notes/unquoted-font-family for all the details.
Input:
x {
font-family: "Comic Sans MS";
}
Current output:
x{font-family:"Comic Sans MS"}
It could be just:
x{font-family:Comic Sans MS}
See http://mathiasbynens.be/notes/unquoted-font-family for all the details.