mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:12:35 +02:00
Revert #572
This commit is contained in:
parent
c88e255f5d
commit
a68ed12218
1 changed files with 0 additions and 1 deletions
|
|
@ -1169,7 +1169,6 @@ def font_size(val):
|
|||
if ans is not None:
|
||||
ans += int(self.font_delta * 20)
|
||||
ans = str(ans)
|
||||
print val, ans
|
||||
return ans
|
||||
|
||||
family, weight, style, variant = 'serif', 'normal', 'normal', None
|
||||
|
|
|
|||
Loading…
Reference in a new issue