Skip to content

Commit b5fd0eb

Browse files
style(docs): drop Funnel Display, headings use regular Lato
User feedback: the Funnel Display headings should use a regular font. --font-display now resolves to Lato (same as body); Funnel Display removed from the Google Fonts load. Lato + JetBrains Mono remain.
1 parent ec456e0 commit b5fd0eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
<link rel="preconnect" href="https://fonts.googleapis.com">
7272
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
73-
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Funnel+Display:wght@300..800&family=Lato:wght@300;400;700;900&display=swap" rel="stylesheet">
73+
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Lato:wght@300;400;700;900&display=swap" rel="stylesheet">
7474
<style>
7575
/* ─── Reset & Variables ─── */
7676
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
@@ -114,7 +114,7 @@
114114
--red: #ff5d6c;
115115

116116
--font-body: 'Lato', -apple-system, sans-serif;
117-
--font-display: 'Funnel Display', 'Lato', -apple-system, sans-serif;
117+
--font-display: 'Lato', -apple-system, sans-serif;
118118
--font-mono: 'JetBrains Mono', 'SF Mono', ui-monospace, monospace;
119119
--radius: 8px;
120120
--radius-lg: 12px;

0 commit comments

Comments
 (0)