mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Unify with changed push to "staging."
This commit is contained in:
parent
0815098cf8
commit
9ed24c79f0
@ -806,7 +806,8 @@ class Processor(Parser):
|
||||
break
|
||||
else:
|
||||
faces.append('serif')
|
||||
setting += 'font-family:%s;'% ', '.join(faces)
|
||||
family = ', '.join(faces)
|
||||
setting += 'font-family: %s;' % family
|
||||
color = font.attrib.pop('color', None)
|
||||
if color is not None:
|
||||
setting += 'color:%s'%color
|
||||
|
Loading…
x
Reference in New Issue
Block a user