From 96829d89fdaea1db601cf7bbe126678f4b427924 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 7 Feb 2025 12:02:13 +0530 Subject: [PATCH] Change default body font size to 16 --- src/pyj/read_book/view.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/read_book/view.pyj b/src/pyj/read_book/view.pyj index e5e8295e29..a4ad375666 100644 --- a/src/pyj/read_book/view.pyj +++ b/src/pyj/read_book/view.pyj @@ -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