{collection.data.title}
-
{projects.map((project) =>
-
{posts.map((post) =>
diff --git a/package-lock.json b/package-lock.json index 5bbc435..54262f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,8 @@ "@astrojs/rss": "^4.0.10", "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "^5.1.4", - "@fontsource-variable/inter": "^5.1.0", + "@fontsource-variable/outfit": "^5.1.1", + "@fontsource-variable/playwrite-ca": "^5.1.1", "@fontsource-variable/red-hat-mono": "^5.1.0", "astro": "^5.1.1", "astro-icon": "^1.1.4", @@ -776,10 +777,16 @@ "node": ">=12" } }, - "node_modules/@fontsource-variable/inter": { + "node_modules/@fontsource-variable/outfit": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@fontsource-variable/inter/-/inter-5.1.1.tgz", - "integrity": "sha512-OpXFTmiH6tHkYijMvQTycFKBLK4X+SRV6tet1m4YOUH7SzIIlMqDja+ocDtiCA72UthBH/vF+3ZtlMr2rN/wIw==", + "resolved": "https://registry.npmjs.org/@fontsource-variable/outfit/-/outfit-5.1.1.tgz", + "integrity": "sha512-XuzmITw6zWt3nUINJVAk99f0TgXJ9ZCt3qERAr0t89Em6RbqQ4x6skmxsIgjzkLHVzmoqf3AzCbxvpk/kNnu5A==", + "license": "OFL-1.1" + }, + "node_modules/@fontsource-variable/playwrite-ca": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@fontsource-variable/playwrite-ca/-/playwrite-ca-5.1.1.tgz", + "integrity": "sha512-982bgK4zGM3KjjXvrBo5virq2jLHJHbQw3gFG9krR5PoFqq00tcNNSAa4ns6gf7wNKjQFk6Pz2OAPj/KPoEJAQ==", "license": "OFL-1.1" }, "node_modules/@fontsource-variable/red-hat-mono": { diff --git a/package.json b/package.json index d3838a0..5d36941 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "@astrojs/rss": "^4.0.10", "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "^5.1.4", - "@fontsource-variable/inter": "^5.1.0", + "@fontsource-variable/outfit": "^5.1.1", + "@fontsource-variable/playwrite-ca": "^5.1.1", "@fontsource-variable/red-hat-mono": "^5.1.0", "astro": "^5.1.1", "astro-icon": "^1.1.4", diff --git a/src/components/Head.astro b/src/components/Head.astro index 224821a..453ade7 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -20,7 +20,7 @@ if (typeof tags !== "undefined") { tags = SITE.KEYWORDS.concat(tags); } -import inter from "@fontsource-variable/inter/files/inter-latin-wght-normal.woff2?url"; +import outfit from "@fontsource-variable/outfit/files/outfit-latin-wght-normal.woff2?url"; import redhatmono from "@fontsource-variable/red-hat-mono/files/red-hat-mono-latin-wght-normal.woff2?url"; --- @@ -103,7 +103,7 @@ import redhatmono from "@fontsource-variable/red-hat-mono/files/red-hat-mono-lat rel="preload" as="font" type="font/woff2" - href={inter} + href={outfit} crossorigin="anonymous" /> +
- {prev.data.title} -
- -- {next.data.title} -
- - -+ {prev.data.title} +
+ ++ {next.data.title} +
+ + +