aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-06-14 18:39:03 -0500
committerJesús <heckyel@hyperbola.info>2021-06-14 18:39:03 -0500
commitfc8a23099d205cdfae44e6745a2d022284c2b60c (patch)
tree815c96de33956e6f7913889ffeb7eb98b8af1f6d /settings.py
parent999173b1ba43f4535b6507e10c8cba2c01d2180f (diff)
downloadyt-local-fc8a23099d205cdfae44e6745a2d022284c2b60c.tar.lz
yt-local-fc8a23099d205cdfae44e6745a2d022284c2b60c.tar.xz
yt-local-fc8a23099d205cdfae44e6745a2d022284c2b60c.zip
Fix shared.css file style missing
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py4
1 files changed, 2 insertions, 2 deletions
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'),
],