This commit is contained in:
Kovid Goyal 2013-06-30 10:45:57 +05:30
parent 373b3c7a22
commit 3db0f1895a

View File

@ -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)