From 427cf43452146d758bcc6f6f85701c933d3b69f2 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 17 Sep 2025 21:08:12 -0600 Subject: Squashed 'themes/tabi-lean/' changes from 95c8796..ddc5323 ddc5323 tabi: posixlycorrect: update skin to make links underlined 101a112 tabi: add posixlycorrect skin 072fd88 tabi: mention vpsfree, nixos, and rsync in the footer b283e52 tabi: replace hack with jetbrains mono f6930d3 make the header use hack 12c7257 rename theme to tabi-lean efb4246 fonts: replace default fonts with Hack git-subtree-dir: themes/tabi-lean git-subtree-split: ddc5323846d86b120d7f7d2acd71986839ca1b4d --- sass/main.scss | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) (limited to 'sass/main.scss') diff --git a/sass/main.scss b/sass/main.scss index d1470ff..6433d2c 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -27,26 +27,9 @@ @use 'parts/_zola-error.scss'; @font-face { - 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'; + src: local('JetBrainsMono'), + url('fonts/JetBrainsMonoNLNerdFont-Regular.ttf') format("truetype"); + font-family: 'JetBrainsMono'; font-display: swap; } @@ -97,9 +80,9 @@ --small-layout-width: 200px; --paragraph-spacing: max(2.3vmin, 24px); - --sans-serif-font: 'Inter', Helvetica, Arial, sans-serif; - --serif-font: 'Source Serif', 'Georgia', serif; - --code-font: 'Cascadia Code'; + --sans-serif-font: 'JetBrainsMono', Helvetica, Arial, sans-serif; + --serif-font: 'JetBrainsMono', 'Georgia', serif; + --code-font: 'JetBrainsMono'; scrollbar-color: var(--primary-color) transparent; accent-color: var(--primary-color); -- cgit v1.2.3