From 1c524f094abf7a98a65cdce4ad585df68df52936 Mon Sep 17 00:00:00 2001 From: Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> Date: Mon, 13 May 2024 11:47:24 +0200 Subject: Claudine/add ondulamarif fonts (#2902) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add the ondulamarif file + add a tartan and a ripple category * Update →.svg add the german voyels * scaling * add the lost Ê to themedium font --- lib/lettering/categories.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/lettering') diff --git a/lib/lettering/categories.py b/lib/lettering/categories.py index 40b41529..4eff586f 100644 --- a/lib/lettering/categories.py +++ b/lib/lettering/categories.py @@ -23,8 +23,10 @@ FONT_CATEGORIES = [ FontCategory('italic', _("Italic")), FontCategory('monogram', _("Monogram")), FontCategory('multicolor', _('Multicolor')), + FontCategory('ripple', _('Ripple Stitch')), FontCategory('running_stitch', _('Running Stitch')), FontCategory('sans_serif', _("Sans Serif")), FontCategory('serif', _("Serif")), + FontCategory('tartan', _("Tartan")), FontCategory('tiny', _("Tiny")) ] -- cgit v1.2.3