From fc8a23099d205cdfae44e6745a2d022284c2b60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 14 Jun 2021 18:39:03 -0500 Subject: Fix shared.css file style missing --- settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index ee46733..4cd882b 100644 --- a/settings.py +++ b/settings.py @@ -202,8 +202,8 @@ For security reasons, enabling this is not recommended.''', 'comment': '', 'options': [ (0, 'Browser default'), - (1, 'Arial'), - (2, 'Liberation Serif'), + (1, 'Liberation Serif'), + (2, 'Arial'), (3, 'Verdana'), (4, 'Tahoma'), ], -- cgit v1.2.3