mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user