forked from AuroraMiddleware/gtk
91497348bf
I have not tracked down in detail where all these changes originate, this commit just gets things back to working again.
9 lines
147 B
CSS
9 lines
147 B
CSS
* {
|
|
font-family: "sans";
|
|
font-size: 15px;
|
|
font-stretch: initial;
|
|
font-style: initial;
|
|
font-variant-caps: initial;
|
|
font-weight: bold;
|
|
}
|