prefer sans-serif by default
This commit is contained in:
parent
e67e268ee2
commit
71500c400c
|
@ -3,6 +3,7 @@ body {
|
|||
color : black;
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
font-family : sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Reference in New Issue