Use sans-serif

This commit is contained in:
blankie 2023-04-03 22:45:05 +07:00
parent 19ab699fa6
commit 0b7a3468a6
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 0 deletions

View File

@ -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 {