all repos — h3rald @ 3479cce23513a60340e3172367b50bbef8b37cea

The sources of https://h3rald.com

style fixes
h3rald h3rald@h3rald.com
Sat, 22 Feb 2025 12:20:19 +0100
commit

3479cce23513a60340e3172367b50bbef8b37cea

parent

4da27199567b3252a452dcd37328df52cdd06a95

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

jump to
M assets/styles/style.cssassets/styles/style.css

@@ -133,7 +133,7 @@ line-height: var(--line-height);

} body { - font-family: 'Noway', serif; + font-family: 'Noway', sans-serif; font-feature-settings: "liga", "clig", "kern"; hyphens: auto; font-weight: 300;

@@ -154,6 +154,7 @@ h2,

h3, h4, h5 { + font-family: 'Calendas Plus', serif; font-feature-settings: "liga", "clig", "dlig", "onum", "frac", "kern"; }

@@ -310,7 +311,7 @@ blockquote,

.primary-subtitle, .secondary-subtitle, .panel-header { - font-family: 'Calendas Plus', serif; + font-family: 'Noway', sans-serif; font-style: italic; font-feature-settings: "liga", "clig", "dlig", "onum", "frac", "kern"; }