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 @@ def embed_font(self, style):
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)