diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2024-05-13 11:47:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-13 11:47:24 +0200 |
| commit | 1c524f094abf7a98a65cdce4ad585df68df52936 (patch) | |
| tree | 18355ce9a773e3acb15533e9de794a130d09487f /lib | |
| parent | 0a733d3c0e437802fe157c1fab1ae74198fbbdb6 (diff) | |
Claudine/add ondulamarif fonts (#2902)
* add the ondulamarif file
+ add a tartan and a ripple category
* Update →.svg
add the german voyels
* scaling
* add the lost Ê to themedium font
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lettering/categories.py | 2 |
1 files changed, 2 insertions, 0 deletions
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")) ] |
