Use sans-serif font for content

This commit is contained in:
Fabio Manganiello 2024-08-19 11:28:52 +02:00
parent 50207d7e25
commit e11c3b2688
2 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,7 @@ main .content ul {
text-align: justify; text-align: justify;
overflow-wrap: break-word; overflow-wrap: break-word;
word-break: break-word; word-break: break-word;
font-size: 0.85em;
} }
main .content code, .codehilite { main .content code, .codehilite {

View file

@ -2,7 +2,8 @@ html {
height: -webkit-fill-available; height: -webkit-fill-available;
height: -moz-available; height: -moz-available;
font-size: 20px; font-size: 20px;
font-family: Lora, "Palatino Linotype", "Book Antiqua", "New York", "DejaVu serif", serif; /* font-family: Lora, "Palatino Linotype", "Book Antiqua", "New York", "DejaVu serif", serif; */
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
font-weight: 400; font-weight: 400;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
} }