oops
This commit is contained in:
parent
f74fb846e5
commit
d8f214a267
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ def score(candidate):
|
|||
# fallback to Menlo
|
||||
if q not in font_map['family_map']:
|
||||
log_error('The font {} was not found, falling back to Menlo'.format(family))
|
||||
family = 'menlo'
|
||||
return bi_match(font_map['family_map'][family], bold, italic)
|
||||
q = 'menlo'
|
||||
return bi_match(font_map['family_map'][q], bold, italic)
|
||||
|
||||
|
||||
def resolve_family(f: str, main_family: str, bold: bool = False, italic: bool = False) -> str:
|
||||
|
|
|
|||
Loading…
Reference in a new issue