forked from AuroraMiddleware/gtk
8 lines
113 B
CSS
8 lines
113 B
CSS
|
* {
|
||
|
font-family: "Sans";
|
||
|
font-size: 10;
|
||
|
font-style: normal;
|
||
|
font-variant: normal;
|
||
|
font-weight: bold;
|
||
|
}
|