From: Jan Szejko Date: Thu, 9 Aug 2018 13:57:33 +0000 (+0200) Subject: larger font (stub) X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/8f6b785048f9095b4b985836dc8cf97c160f3a0f?ds=inline;hp=-c larger font (stub) --- 8f6b785048f9095b4b985836dc8cf97c160f3a0f diff --git a/src/catalogue/forms.py b/src/catalogue/forms.py index bcbfe5e83..a28eaff52 100644 --- a/src/catalogue/forms.py +++ b/src/catalogue/forms.py @@ -59,7 +59,8 @@ CUSTOMIZATION_OPTIONS = ( )), ('fontsize', _("Font size"), ( ('', _('Default')), - ('13pt', _('Big')) + ('13pt', _('Big')), + ('16pt', _('Bigger')), )), # ('pagesize', _("Paper size"), ( # ('a4paper', _('A4')),