Skip to content

Commit 04c393f

Browse files
committed
ui: swap body font from Inter to Lexend
1 parent f0d4290 commit 04c393f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
/* Type system */
6767
--font-display: "JetBrains Mono", "Space Grotesk", ui-monospace, monospace;
6868
--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;
69-
--font-body: "Inter", "Space Grotesk", system-ui, -apple-system, sans-serif;
70-
--font-heading: "Space Grotesk", "Inter", system-ui, sans-serif;
69+
--font-body: "Lexend", "Space Grotesk", system-ui, -apple-system, sans-serif;
70+
--font-heading: "Space Grotesk", "Lexend", system-ui, sans-serif;
7171

7272
/* Radii. terminal: tight */
7373
--radius-xs: 2px;

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function RootLayout({
4747
crossOrigin="anonymous"
4848
/>
4949
<link
50-
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap"
50+
href="https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap"
5151
rel="stylesheet"
5252
/>
5353
</head>

0 commit comments

Comments
 (0)