import aspekta font

This commit is contained in:
Joyce
2026-04-10 11:22:36 -04:00
parent 9df702eaaf
commit 0993fa5a91
6 changed files with 53 additions and 23 deletions

View File

@@ -39,12 +39,7 @@ export default function RootLayout({
}>) {
return (
<html lang="en" className={sourceSerif.variable}>
<head>
<link
href="https://api.fontshare.com/v2/css?f[]=aspekta@400,500,600,700&display=swap"
rel="stylesheet"
/>
</head>
<head />
<body className="font-sans antialiased bg-background text-foreground">
{children}
</body>