New Logo
Updated cache system now 15/30mins but scope updates every minute
Font update
This commit is contained in:
fraxle
2026-06-04 14:07:34 +01:00
parent efc9b0eed9
commit ede875f0d0
100 changed files with 231 additions and 106 deletions
+22 -16
View File
@@ -1,6 +1,5 @@
/* ── SELF-HOSTED FONTS ───────────────────────────────────────────────── */
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/manrope-600.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/manrope-700.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 200 800; font-display: swap; src: url('../fonts/manrope-variable.woff2') format('woff2'); }
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/fraunces-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 900; font-display: swap; src: url('../fonts/fraunces-900-normal.woff2') format('woff2'); }
@font-face { font-family: 'Fraunces'; font-style: italic; font-weight: 300; font-display: swap; src: url('../fonts/fraunces-300-italic.woff2') format('woff2'); }
@@ -127,28 +126,35 @@ body {
.nav-logo {
display: none;
}
.nav-logo-sun {
font-family: Fraunces, serif;
font-weight: 900;
font-size: 2.1rem;
color: #c8922a;
letter-spacing: -0.02em;
.nav-logo-wordmark {
display: flex;
align-items: center;
gap: 0.05em;
}
.nav-logo-sun,
.nav-logo-scope {
font-family: Fraunces, serif;
font-style: italic;
font-weight: 300;
font-family: Manrope, sans-serif;
font-weight: 250;
font-size: 2.1rem;
color: #1e1208;
letter-spacing: -0.02em;
letter-spacing: -0.01em;
}
.nav-logo-icon {
width: 1.65rem;
height: 1.65rem;
color: #1e1208;
flex-shrink: 0;
}
.nav-logo-tag {
display: block;
font-family: Fraunces, serif;
font-style: italic;
font-size: 11px;
font-family: Manrope, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 8px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #7a5c2a;
margin-top: 2px;
margin-top: 3px;
}
/* Desktop: overlay hidden */