Changed font to sans serif
This commit is contained in:
parent
9eacbbbd46
commit
28af488e93
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#define COL5 #FEC89A
|
#define COL5 #FEC89A
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: serif;
|
font-family: sans-serif;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue