summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorClaudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com>2024-05-13 11:47:24 +0200
committerGitHub <noreply@github.com>2024-05-13 11:47:24 +0200
commit1c524f094abf7a98a65cdce4ad585df68df52936 (patch)
tree18355ce9a773e3acb15533e9de794a130d09487f /lib
parent0a733d3c0e437802fe157c1fab1ae74198fbbdb6 (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.py2
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"))
]