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 /youtube/__init__.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 'youtube/__init__.py')
-rw-r--r-- | youtube/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube/__init__.py b/youtube/__init__.py index 3977464..9a5f66c 100644 --- a/youtube/__init__.py +++ b/youtube/__init__.py @@ -113,8 +113,8 @@ def error_page(e): font_choices = { 0: 'initial', - 1: 'arial, "liberation sans", sans-serif', - 2: '"liberation serif", "times new roman", calibri, carlito, serif', + 1: '"liberation serif", "times new roman", calibri, carlito, serif', + 2: 'arial, "liberation sans", sans-serif', 3: 'verdana, sans-serif', 4: 'tahoma, sans-serif', } |