feat: Add body and article font selection settings

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-01-02 22:11:28 +00:00
parent cf35bd53bf
commit e0f523cc1c
2 changed files with 71 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
body {
text-rendering: optimizeLegibility;
font: 1rem/1.3 sans-serif;
font-size: 1rem;
line-height: 1.3;
color: #000000;
word-break: break-word;
font-kerning: normal;
@@ -198,7 +199,8 @@ span.source {
}
.story-text {
font: 1.2rem/1.5 'Apparatus SIL', sans-serif;
font-size: 1.2rem;
line-height: 1.5;
margin-top: 1em;
}
@@ -478,3 +480,7 @@ button.comment {
text-align: center;
margin: 0 0.25rem;
}
.modal-content .font-option {
margin-bottom: 0.25rem;
}