mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
373b3c7a22
commit
3db0f1895a
@ -197,7 +197,7 @@ class EmbedFonts(object):
|
||||
if not ff:
|
||||
return
|
||||
ff = ff[0]
|
||||
if ff in self.warned:
|
||||
if ff in self.warned or ff == 'inherit':
|
||||
return
|
||||
try:
|
||||
fonts = font_scanner.fonts_for_family(ff)
|
||||
|
Loading…
x
Reference in New Issue
Block a user