mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
baddf3f43f
commit
e0cba7e2de
@ -209,7 +209,7 @@ class SubsetFonts(object):
|
|||||||
no match is found ( can happen if not family matches).
|
no match is found ( can happen if not family matches).
|
||||||
'''
|
'''
|
||||||
ff = style.get('font-family', [])
|
ff = style.get('font-family', [])
|
||||||
lnames = {x.lower() for x in ff}
|
lnames = {unicode(x).lower() for x in ff}
|
||||||
matching_set = []
|
matching_set = []
|
||||||
|
|
||||||
# Filter on font-family
|
# Filter on font-family
|
||||||
|
Loading…
x
Reference in New Issue
Block a user