From 30a59c206db63ca454cc2eaf223fa08918d22f3e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 29 Nov 2025 23:34:08 -0500 Subject: [PATCH] Increase foreign text size in interlinear PDF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hebrew: 15pt → 20pt, Greek: 14pt → 18pt 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/chapter_interlinear_pdf.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kjvstudy_org/templates/chapter_interlinear_pdf.html b/kjvstudy_org/templates/chapter_interlinear_pdf.html index 3707980..cbcb04c 100644 --- a/kjvstudy_org/templates/chapter_interlinear_pdf.html +++ b/kjvstudy_org/templates/chapter_interlinear_pdf.html @@ -80,7 +80,7 @@ .word-original { display: block; - font-size: 14pt; + font-size: 18pt; font-weight: 400; color: #222; margin-bottom: 0.02in; @@ -90,12 +90,12 @@ .word-original.hebrew { direction: rtl; font-family: "SBL Hebrew", "Ezra SIL", "Times New Roman", serif; - font-size: 15pt; + font-size: 20pt; } .word-original.greek { font-family: "SBL Greek", "Gentium Plus", "Times New Roman", serif; - font-size: 14pt; + font-size: 18pt; } .word-english {