all repos — h3rald @ 2fe655a82c1e814b69678b83099df0ed4ee9ae8a

The source code of the h3rald.com web site.

Fixes
h3rald h3rald@h3rald.com
Sun, 14 Jun 2026 03:44:01 +0200
commit

2fe655a82c1e814b69678b83099df0ed4ee9ae8a

parent

91a3e6dbce19eff86da995c1d0fb60ef23e78b67

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M assets/styles/style.cssassets/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; }