From f75b9ae059f98b5f676fac720b55e0c3bcb9763a Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Mon, 15 Sep 2025 15:52:38 -0600 Subject: [PATCH] Squashed 'themes/tabi-lean/' changes from efb42461..f6930d36 f6930d36 make the header use hack 12c72574 rename theme to tabi-lean git-subtree-dir: themes/tabi-lean git-subtree-split: f6930d36f8b22b8905704301b3ef7873f7447bc1 --- sass/parts/_header.scss | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 { 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"