From cf11b29f49c276bfe119180988606770f4fa1946 Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Wed, 18 Mar 2026 17:42:59 -0500 Subject: [PATCH] fix(website): replace remaining Outfit font references in blog inline styles Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/website/blog/100-simulated-routers.html | 4 ++-- docs/website/blog/index.html | 4 ++-- docs/website/blog/not-stable-software.html | 4 ++-- docs/website/blog/what-you-can-do-today.html | 4 ++-- docs/website/blog/why-this-exists.html | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/website/blog/100-simulated-routers.html b/docs/website/blog/100-simulated-routers.html index 5f37c2a..b59ab4c 100644 --- a/docs/website/blog/100-simulated-routers.html +++ b/docs/website/blog/100-simulated-routers.html @@ -56,7 +56,7 @@ margin-bottom: 8px; } .blog-post h1 { - font-family: "Outfit", sans-serif; + font-family: "Manrope", sans-serif; font-weight: 700; font-size: 2.5rem; line-height: 1.2; @@ -64,7 +64,7 @@ margin-bottom: 40px; } .blog-post h2 { - font-family: "Outfit", sans-serif; + font-family: "Manrope", sans-serif; font-weight: 600; font-size: 1.4rem; color: var(--text-primary); diff --git a/docs/website/blog/index.html b/docs/website/blog/index.html index 49dd543..88cfa64 100644 --- a/docs/website/blog/index.html +++ b/docs/website/blog/index.html @@ -29,7 +29,7 @@ padding: 80px 24px 120px; } .blog-index h1 { - font-family: "Outfit", sans-serif; + font-family: "Manrope", sans-serif; font-weight: 700; font-size: 2.5rem; color: var(--text-primary); @@ -65,7 +65,7 @@ margin-bottom: 4px; } .blog-list-title { - font-family: "Outfit", sans-serif; + font-family: "Manrope", sans-serif; font-weight: 600; font-size: 1.25rem; color: var(--text-primary); diff --git a/docs/website/blog/not-stable-software.html b/docs/website/blog/not-stable-software.html index b94212e..7e89610 100644 --- a/docs/website/blog/not-stable-software.html +++ b/docs/website/blog/not-stable-software.html @@ -56,7 +56,7 @@ margin-bottom: 8px; } .blog-post h1 { - font-family: "Outfit", sans-serif; + font-family: "Manrope", sans-serif; font-weight: 700; font-size: 2.5rem; line-height: 1.2; @@ -64,7 +64,7 @@ margin-bottom: 40px; } .blog-post h2 { - font-family: "Outfit", sans-serif; + font-family: "Manrope", sans-serif; font-weight: 600; font-size: 1.4rem; color: var(--text-primary); diff --git a/docs/website/blog/what-you-can-do-today.html b/docs/website/blog/what-you-can-do-today.html index 0f9e2db..4e52806 100644 --- a/docs/website/blog/what-you-can-do-today.html +++ b/docs/website/blog/what-you-can-do-today.html @@ -56,7 +56,7 @@ margin-bottom: 8px; } .blog-post h1 { - font-family: "Outfit", sans-serif; + font-family: "Manrope", sans-serif; font-weight: 700; font-size: 2.5rem; line-height: 1.2; @@ -64,7 +64,7 @@ margin-bottom: 40px; } .blog-post h2 { - font-family: "Outfit", sans-serif; + font-family: "Manrope", sans-serif; font-weight: 600; font-size: 1.4rem; color: var(--text-primary); diff --git a/docs/website/blog/why-this-exists.html b/docs/website/blog/why-this-exists.html index 2396acc..fa1787a 100644 --- a/docs/website/blog/why-this-exists.html +++ b/docs/website/blog/why-this-exists.html @@ -56,7 +56,7 @@ margin-bottom: 8px; } .blog-post h1 { - font-family: "Outfit", sans-serif; + font-family: "Manrope", sans-serif; font-weight: 700; font-size: 2.5rem; line-height: 1.2; @@ -64,7 +64,7 @@ margin-bottom: 40px; } .blog-post h2 { - font-family: "Outfit", sans-serif; + font-family: "Manrope", sans-serif; font-weight: 600; font-size: 1.4rem; color: var(--text-primary);