chore: Update boostlook.css from boostlook repository

This commit is contained in:
julioest
2025-04-24 23:22:21 +00:00
parent bf06f61510
commit 928d6efb26

View File

@@ -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);
}