diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-14 18:39:03 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-14 18:39:03 -0500 |
commit | fc8a23099d205cdfae44e6745a2d022284c2b60c (patch) | |
tree | 815c96de33956e6f7913889ffeb7eb98b8af1f6d /settings.py | |
parent | 999173b1ba43f4535b6507e10c8cba2c01d2180f (diff) | |
download | yt-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.py | 4 |
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'), ], |