Created
June 21, 2025 20:44
-
-
Save emaballarin/6bfe98d426636ae1599a25d48b96574a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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