diff options
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'), ], |