From 928d6efb269bc7040a3afef3ec39f58a0c66e168 Mon Sep 17 00:00:00 2001 From: julioest Date: Thu, 24 Apr 2025 23:22:21 +0000 Subject: [PATCH] chore: Update boostlook.css from boostlook repository --- static/css/boostlook.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/static/css/boostlook.css b/static/css/boostlook.css index 2f2c6ab2..703e76c3 100644 --- a/static/css/boostlook.css +++ b/static/css/boostlook.css @@ -701,9 +701,9 @@ html:has(.boostlook) { font-family: "Noto Sans Display"; font-style: normal; font-weight: 100 900; + font-stretch: 62.5% 100%; /* Variable font weight range */ - font-variation-settings: "wght" 400, "wdth" 90; - font-stretch: semi-condensed; + font-variation-settings: "wght" 400, "wdth" 62.5; font-display: block; /* Prevents FOIT */ src: url("/static/font/notosans.woff2") format("woff2"), @@ -716,9 +716,9 @@ html:has(.boostlook) { font-family: "Noto Sans Display"; font-style: italic; font-weight: 100 900; + font-stretch: 62.5% 100%; /* Variable font weight range */ - font-variation-settings: "wght" 400, "wdth" 90; - font-stretch: semi-condensed; + font-variation-settings: "wght" 400, "wdth" 62.5; font-display: block; /* Prevents FOIT */ src: url("/static/font/notosans_mono_ext.woff") format("woff"), @@ -731,9 +731,9 @@ html:has(.boostlook) { font-family: "Noto Sans Mono"; font-style: normal; font-weight: 100 900; + font-stretch: 62.5% 100%; /* Variable font weight range */ - font-variation-settings: "wght" 400, "wdth" 90; - font-stretch: semi-condensed; + font-variation-settings: "wght" 400, "wdth" 62.5; font-display: block; /* Prevents FOIT */ src: url("/static/font/notosans_mono.woff") format("woff"), @@ -747,7 +747,7 @@ html:has(.boostlook) { font-style: normal; font-weight: 400; /* Fixed weight for specific use cases */ - font-stretch: ultra-condensed; + font-stretch: 62.5% 100%; font-display: block; /* Prevents FOIT */ src: url("/static/font/notosans_mono.woff") format("woff"), @@ -879,7 +879,7 @@ body :not(pre):not([class^="L"]) > code { /* Base Container */ .boostlook { font-family: "Noto Sans Display" !important; - font-stretch: 100%; + font-variation-settings: "wght" 400, "wdth" 80; background: var(--surface-background-main-base-primary, #fff); }