mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change default body font size to 16
This commit is contained in:
parent
cd3cc7a9b5
commit
96829d89fd
@ -170,7 +170,7 @@ def body_font_size():
|
||||
if q and not isNaN(q):
|
||||
ans = body_font_size.ans = q
|
||||
return ans
|
||||
ans = body_font_size.ans = 12
|
||||
ans = body_font_size.ans = 16
|
||||
return ans
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user