Skip to content

Commit 3be4d49

Browse files
committed
feat(getcloser): font variation settings
1 parent ec445a0 commit 3be4d49

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

getcloser/frontend/src/app/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ html {
5151
--font-sans: var(--font-dongle);
5252
--font-mono: var(--font-geist-mono);
5353
}
54+
55+
.material-symbols-outlined.filled {
56+
font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
57+
}

getcloser/frontend/src/app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export default function RootLayout({
3939

4040
return (
4141
<html lang="en" style={{ background: 'linear-gradient(to bottom, hsl(160 40% 10%) 0%, hsl(160 40% 15%) 40%, hsl(160 40% 20%) 100%)' }} className="min-h-screen">
42+
<head>
43+
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" rel="stylesheet" />
44+
</head>
4245
<body
4346
className={`${geistSans.variable} ${geistMono.variable} ${dongle.variable} antialiased`}
4447
>

0 commit comments

Comments
 (0)