Self-host Lobster font, remove Google Fonts calls from shared and stefankoelle

This commit is contained in:
2026-09-13 23:15:49 +02:00
parent 5c1c6ed697
commit 5f4b008545
6 changed files with 10 additions and 6 deletions
+1
View File
@@ -56,6 +56,7 @@ module.exports = function (eleventyConfig) {
// Root-level shared assets
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });
eleventyConfig.addPassthroughCopy({ "shared/fonts/lobster-latin.woff2": "fonts/lobster-latin.woff2" });
eleventyConfig.addPassthroughCopy({ "shared/favicon/hub.svg": "favicon.svg" });
eleventyConfig.addPassthroughCopy({ "hub/robots.txt": "robots.txt" });