forked from AuroraMiddleware/gtk
93b643c44d
This conforms to what Pango does and to the CSS4 spec. And it makes the parsing code easier. So let's go for it.
9 lines
146 B
CSS
9 lines
146 B
CSS
* {
|
|
font-family: "sans";
|
|
font-size: 15px;
|
|
font-stretch: initial;
|
|
font-style: initial;
|
|
font-variant-caps: initial;
|
|
font-weight: 700;
|
|
}
|