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