Skip to content

Commit e1aee57

Browse files
committed
Finalize replacement name of Monaspace
After the working draft name Monispace the final patched font name will be Monaspice. * It keeps the characteristic `Mona` in the beginning * It changes just one character * The replacement is still a real word * The replacements sounds very similar Also other very good names have been suggested, thank you all for the input! Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
1 parent e849455 commit e1aee57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/scripts/lib/fonts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,9 @@
410410
{
411411
"unpatchedName": "Monaspace",
412412
"RFN": true,
413-
"patchedName": "Monispace",
413+
"patchedName": "Monaspice",
414414
"folderName": "Monaspace",
415-
"imagePreviewFont": "MonispaceNe Nerd Font",
415+
"imagePreviewFont": "MonaspiceNe Nerd Font",
416416
"linkPreviewFont": false,
417417
"caskName": "monaspace",
418418
"repoRelease": false,

bin/scripts/name_parser/FontnameTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def postscript_char_filter(name):
195195
( 'IBM[- ]?plex', r'Blex' ), # We do not keep the case here
196196
( '(i)ntel( ?)(o)ne', r'\1ntone' ),
197197
( '(l)iberation', r'\1iteration' ),
198-
( '(m)onaspace', r'\1onispace' ),
198+
( '(m)onaspace', r'\1onaspice' ),
199199
( '(m)( ?)plus', r'\1+'), # Added this, because they use a plus symbol :->
200200
( '(s)hare', r'\1hure' ),
201201
( '(s)ource', r'\1auce' ),

0 commit comments

Comments
 (0)