summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-03-20 18:36:11 +0100
committerLinnnus <[email protected]>2024-03-20 18:36:11 +0100
commitbe94564eba6c54408b1eba787112f97ff69d68ae (patch)
tree49feb2b8fec396249b130fe2c863a271e7647db6 /static
parent9637c9a833c5bc99f8944d41f95461af23048ddf (diff)
Use sans-serif font as site-wide default
Anything's better than the default serif font though I'm not actually sure a sans-serif font is appropriate for the vibe we're trying to give... Will need to re-evaluate later.
Diffstat (limited to 'static')
-rw-r--r--static/base.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/base.css b/static/base.css
index 529dee9..1571567 100644
--- a/static/base.css
+++ b/static/base.css
@@ -11,6 +11,8 @@
html, body {
padding: 0;
margin: 0;
+
+ font-family: Helvetica, Arial, sans-serif;
}
/* Sticky footer