Increase foreign text size in interlinear PDF

Hebrew: 15pt → 20pt, Greek: 14pt → 18pt

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-29 23:34:08 -05:00
parent d829041796
commit 30a59c206d
@@ -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 {