style.css: sans-serif because Jost* looks too playful

This commit is contained in:
Hans Fast 2026-03-19 11:12:41 +01:00
parent b01e9b9754
commit e729f3b5b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
body {
font-family: "Jost*";
font-family: "sans-serif";
margin: 0 auto;
max-width: 66ch;
}