static: use different font
This commit is contained in:
parent
1d77c7b10b
commit
65c4b15100
|
@ -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