Another update

This commit is contained in:
2026-07-18 15:15:30 +02:00
parent 12359144cb
commit 21e06b8a4c
14 changed files with 17 additions and 6 deletions

View File

@@ -82,16 +82,23 @@ html {
@font-face {
font-family: "Bookinsanity";
src: url("/fonts/Bookinsanity.otf") format("opentype");
src: url("/fonts/Bookinsanity.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Nodesto Caps Condensed";
src: url("/fonts/Nodesto Caps Condensed.otf") format("opentype");
font-weight: normal;
font-family: "MrEavesSmallCaps";
src: url("/fonts/Mr Eaves Small Caps.woff2") format("woff2");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Modesto Caps Condensed";
src: url("/fonts/ModestoBold.otf") format("opentype");
font-weight: bold;
}
@@ -124,7 +131,11 @@ h1, h2, h3, h4, h5, h6 {
line-height: 1.3;
color: var(--text-heading);
font-weight: 700;
font-family: "Nodesto Caps Condensed", system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
font-family: "Modesto Caps Condensed", system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
border-bottom: none;
}
h1 {