From 12c7257444654e805cde621247a0c2cc782da7d6 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Mon, 15 Sep 2025 15:40:30 -0600 Subject: [PATCH 1/2] rename theme to tabi-lean --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index fa5c4b7..a096a83 100644 --- a/theme.toml +++ b/theme.toml @@ -1,4 +1,4 @@ -name = "tabi" +name = "tabi-lean" description = "tabi is an accessible Zola theme with search, multi-language support, optional JavaScript, a perfect Lighthouse score, and comprehensive documentation. Crafted for personal websites and blogs." license = "MIT" homepage = "https://github.com/welpo/tabi" From f6930d36f8b22b8905704301b3ef7873f7447bc1 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Mon, 15 Sep 2025 15:51:33 -0600 Subject: [PATCH 2/2] make the header use hack --- sass/parts/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index 414aa82..5cf91a9 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -1,6 +1,6 @@ header { width: 100%; - font-family: 'Inter Subset', var(--sans-serif-font); + font-family: 'Hack', var(--sans-serif-font); } .page-header {