summaryrefslogtreecommitdiff
path: root/sysret.org/themes/tabi-lean/sass/main.scss
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-09-17 21:14:39 -0600
committerAlejandro Soto <alejandro@34project.org>2025-09-17 21:14:39 -0600
commit72cd172ae0f2adfa1b18904a80ae52fe84a508d7 (patch)
treeb28a858b1494274dee5fc1921450128450245076 /sysret.org/themes/tabi-lean/sass/main.scss
parent5881c9d162ff0df3c074842de6cf7b4df7d5f4b2 (diff)
parentcabeaaf322408782787df49e7adc45d3a01b5323 (diff)
Merge commit '9ab94cbce24dfd422ff6479ebf83cd12e99ec0e2' into master
Diffstat (limited to 'sysret.org/themes/tabi-lean/sass/main.scss')
-rw-r--r--sysret.org/themes/tabi-lean/sass/main.scss29
1 files changed, 6 insertions, 23 deletions
diff --git a/sysret.org/themes/tabi-lean/sass/main.scss b/sysret.org/themes/tabi-lean/sass/main.scss
index d1470ff..6433d2c 100644
--- a/sysret.org/themes/tabi-lean/sass/main.scss
+++ b/sysret.org/themes/tabi-lean/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);