wip: Footer complete

This commit is contained in:
Sol Irvine
2023-08-19 14:17:11 +09:00
parent 1285bc3502
commit 3bb6be36ac
17 changed files with 431 additions and 30 deletions

View File

@@ -59,7 +59,7 @@ const alpina = localFont({
const noto = Noto_Serif_JP({
subsets: ['latin'],
display: 'swap',
weight: ['300', '600'],
weight: ['200', '400', '600'],
variable: '--font-noto'
});