From 43f4e318b4902901d1caba1d8de8b14f10e4f20d Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Wed, 5 Jul 2023 21:27:30 -0500 Subject: Add back DejaVu --- data/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3