aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-07-05 21:27:30 -0500
committerthinkpadmaster <a.scerba02@gmail.com>2023-07-05 21:27:30 -0500
commit43f4e318b4902901d1caba1d8de8b14f10e4f20d (patch)
tree7f43f06d19560b9792293aba8583c8fd743d05e1
parent4ca8611577d55cfb7d34e1618b1a117c2ee580fc (diff)
Add back DejaVu
-rw-r--r--data/static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/static/style.css b/data/static/style.css
index 97d1c43..0fb0f73 100644
--- a/data/static/style.css
+++ b/data/static/style.css
@@ -59,7 +59,7 @@ body {
background-attachment: fixed;
background-position: top center;
background-color: var(--primary-color);
- font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
+ font-family: 'DejaVu Sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.imgGrid {