use overpass font

This commit is contained in:
evanpelle
2024-08-18 20:38:25 -07:00
parent 2249771555
commit f1bddc7eef
12 changed files with 329 additions and 10 deletions
+1 -1
View File
@@ -87,6 +87,6 @@ export const pastelTheme = new class implements Theme {
}
font(): string {
return "Arial";
return "Overpass, sans-serif";
}
}