Fixes
h3rald h3rald@h3rald.com
Sun, 14 Jun 2026 03:44:01 +0200
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
assets/styles/style.css
→
assets/styles/style.css
@@ -135,7 +135,7 @@ line-height: var(--line-height);
} body { - font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; + font-family: var(--font-family-sans); font-weight: 300; margin: auto; height: 100vh;@@ -283,6 +283,7 @@ .h4,
.h5, .h6, .panel-title { + font-family: var(--font-family-sans); font-weight: normal; }