static: use different font
This commit is contained in:
parent
8a6c4c0567
commit
383fea7cb7
|
@ -6,6 +6,10 @@ html, body {
|
||||||
|
|
||||||
div {
|
div {
|
||||||
border: 1px dashed white;
|
border: 1px dashed white;
|
||||||
|
|
||||||
|
font-weight: normal;
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
Loading…
Reference in a new issue