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"