rm remote fonts
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
--radius-sm: 6px;
|
||||
--shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
|
||||
|
||||
--font-display: "Archivo Expanded", "Archivo", system-ui, sans-serif;
|
||||
--font-body: "Inter", system-ui, -apple-system, sans-serif;
|
||||
--font-mono: "Geist Mono", "SFMono-Regular", ui-monospace, monospace;
|
||||
--font-display: var(--font-archivo, "Archivo Expanded"), "Archivo", system-ui, sans-serif;
|
||||
--font-body: var(--font-body, "Inter"), system-ui, -apple-system, sans-serif;
|
||||
--font-mono: var(--font-mono, "Geist Mono"), "SFMono-Regular", ui-monospace, monospace;
|
||||
}
|
||||
|
||||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
@@ -63,6 +63,7 @@ a { color: inherit; text-decoration: none; }
|
||||
.brand { display: flex; align-items: baseline; gap: 12px; }
|
||||
.brand-mark {
|
||||
font-family: var(--font-display);
|
||||
font-stretch: expanded;
|
||||
font-weight: 800; letter-spacing: -0.02em;
|
||||
font-size: clamp(20px, 3vw, 28px);
|
||||
text-transform: uppercase;
|
||||
@@ -115,7 +116,8 @@ a { color: inherit; text-decoration: none; }
|
||||
background: var(--bg-raised);
|
||||
}
|
||||
.group-name {
|
||||
font-family: var(--font-display); font-weight: 800; font-size: 16px;
|
||||
font-family: var(--font-display); font-stretch: expanded;
|
||||
font-weight: 800; font-size: 16px;
|
||||
text-transform: uppercase; letter-spacing: 0.02em;
|
||||
}
|
||||
.group-name.group-complete { color: var(--turf); }
|
||||
|
||||
Reference in New Issue
Block a user