Skip to content

Instantly share code, notes, and snippets.

@emaballarin
Created June 21, 2025 20:44
Show Gist options
  • Save emaballarin/6bfe98d426636ae1599a25d48b96574a to your computer and use it in GitHub Desktop.
Save emaballarin/6bfe98d426636ae1599a25d48b96574a to your computer and use it in GitHub Desktop.
diff --git i/bin/scripts/name_parser/FontnameTools.py w/bin/scripts/name_parser/FontnameTools.py
index c15afdd..0088216 100644
--- i/bin/scripts/name_parser/FontnameTools.py
+++ w/bin/scripts/name_parser/FontnameTools.py
@@ -32,6 +32,8 @@ class FontnameTools:
'ProFontWindows',
'ProFont',
'ProggyClean',
+ 'BerkeleyMono',
+ 'XBerkMono',
]
m = re.match('(' + '|'.join(excludes) + ')(.*)', word)
(prefix, word) = m.group(1,2) if m != None else ('', word)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment