Use sans-serif
This commit is contained in:
parent
19ab699fa6
commit
0b7a3468a6
|
@ -19,6 +19,7 @@ void css_route(const httplib::Request& req, httplib::Response& res) {
|
|||
body {
|
||||
background-color: var(--background-color);
|
||||
color: var(--text-color);
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue