Compare commits

..

2 commits

Author SHA1 Message Date
9475df0914 Merge commit '14822297bd' as 'themes/tabi-lean' 2025-09-13 14:21:22 -06:00
14822297bd Squashed 'themes/tabi-lean/' content from commit 95c8796
git-subtree-dir: themes/tabi-lean
git-subtree-split: 95c879696445ede40daa7a30a88dae5dd74d5c0c
2025-09-13 14:21:22 -06:00
5 changed files with 23 additions and 6 deletions

View file

@ -27,9 +27,26 @@
@use 'parts/_zola-error.scss';
@font-face {
src: local('Hack'),
url('fonts/HackNerdFontMono-Regular.ttf') format("truetype");
font-family: 'Hack';
src: local('Inter'),
url('fonts/Inter4.woff2') format("woff2");
/* Copyright 2016 The Inter Project Authors (https://github.com/rsms/inter). Licensed under the SIL Open Font License, Version 1.1. More information available at: http://scripts.sil.org/OFL */
font-family: 'Inter';
font-display: swap;
}
@font-face {
src: local('Source Serif'),
url('fonts/SourceSerif4Variable-Roman.ttf.woff2') format("woff2");
/* Copyright 2014 - 2023 Adobe (http://www.adobe.com/), with Reserved Font Name Source.adobe.com/). Licensed under the SIL Open Font License, Version 1.1. More information available at: http://scripts.sil.org/OFL */
font-family: 'Source Serif';
font-display: swap;
}
@font-face {
src: local('Cascadia Code'),
url('fonts/CascadiaCode-SemiLight.woff2') format("woff2");
/* Copyright 2019 - Present, Microsoft Corporation, with Reserved Font Name 'Cascadia Code'. Licensed under the SIL Open Font License, Version 1.1. More information available at: http://scripts.sil.org/OFL */
font-family: 'Cascadia Code';
font-display: swap;
}
@ -80,9 +97,9 @@
--small-layout-width: 200px;
--paragraph-spacing: max(2.3vmin, 24px);
--sans-serif-font: 'Hack', Helvetica, Arial, sans-serif;
--serif-font: 'Hack', 'Georgia', serif;
--code-font: 'Hack';
--sans-serif-font: 'Inter', Helvetica, Arial, sans-serif;
--serif-font: 'Source Serif', 'Georgia', serif;
--code-font: 'Cascadia Code';
scrollbar-color: var(--primary-color) transparent;
accent-color: var(--primary-color);