Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ensure correct package name for public fonts.
Use re.search, not re.match, to get the correct package name for fonts in the 'public' dir. re.match only searches for a match at the beginning of the string, which is _never_ where the '/public/.*/' pattern appears.
- Loading branch information