forked from tanner/qotnews
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user