move typekit import, add full logo, misc sketching

This commit is contained in:
2024-05-15 01:28:10 +02:00
parent 644a7661da
commit 993102e1bf
8 changed files with 104 additions and 5 deletions

View File

@@ -15,6 +15,9 @@ export default function RootLayout({
}>) {
return (
<html lang="no">
<head>
<link rel="stylesheet" href="https://use.typekit.net/spa5smt.css" />
</head>
<body>
<Header />
{children}