aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/index.css')
-rw-r--r--frontend/src/index.css19
1 files changed, 14 insertions, 5 deletions
diff --git a/frontend/src/index.css b/frontend/src/index.css
index 3b39cf5..43cdff5 100644
--- a/frontend/src/index.css
+++ b/frontend/src/index.css
@@ -1,8 +1,17 @@
-:root,
-body,
-* {
- font-family: 'Courier New', Courier, monospace !important;
- /* Strongly force fixed width as requested */
+body {
+ font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+.logo,
+.nav-link,
+.logout-btn {
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ font-weight: bold;
}
:root {