mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -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
|
break
|
||||||
else:
|
else:
|
||||||
faces.append('serif')
|
faces.append('serif')
|
||||||
setting += 'font-family:%s;'% ', '.join(faces)
|
family = ', '.join(faces)
|
||||||
|
setting += 'font-family: %s;' % family
|
||||||
color = font.attrib.pop('color', None)
|
color = font.attrib.pop('color', None)
|
||||||
if color is not None:
|
if color is not None:
|
||||||
setting += 'color:%s'%color
|
setting += 'color:%s'%color
|
||||||
|
Loading…
x
Reference in New Issue
Block a user