update font settings and add new font files

This commit is contained in:
Julio Estrada
2025-04-22 16:06:40 -04:00
committed by Julio C. Estrada
parent 61820c5ee7
commit f5513867a8
6 changed files with 7 additions and 7 deletions

BIN
NotoSansMono-Regular.ttf Normal file

Binary file not shown.

View File

@@ -702,12 +702,12 @@ html:has(.boostlook) {
font-style: normal;
font-weight: 100 900;
/* Variable font weight range */
font-variation-settings: "wght" 400;
font-variation-settings: "wght" 400, "wdth" 90;
font-stretch: semi-condensed;
font-display: block;
/* Prevents FOIT */
src: url("/static/font/notosans.woff2") format("woff2"),
url("../../../../tools/boostlook/NotoSansDisplay.ttf") format("truetype"),
url("../../../../tools/boostlook/notosans.woff2") format("truetype"),
url("https://cppalliance.org/fonts/NotoSansDisplay.ttf") format("truetype");
}
@@ -717,12 +717,12 @@ html:has(.boostlook) {
font-style: italic;
font-weight: 100 900;
/* Variable font weight range */
font-variation-settings: "wght" 400;
font-variation-settings: "wght" 400, "wdth" 90;
font-stretch: semi-condensed;
font-display: block;
/* Prevents FOIT */
src: url("/static/font/notosans_mono_ext.woff") format("woff"),
url("../../../../tools/boostlook/NotoSansMono.ttf") format("truetype"),
url("../../../../tools/boostlook/notosans_mono_ext.woff") format("truetype"),
url("https://cppalliance.org/fonts/NotoSansMono.ttf") format("truetype");
}
@@ -732,12 +732,12 @@ html:has(.boostlook) {
font-style: normal;
font-weight: 100 900;
/* Variable font weight range */
font-variation-settings: "wght" 400;
font-variation-settings: "wght" 400, "wdth" 90;
font-stretch: semi-condensed;
font-display: block;
/* Prevents FOIT */
src: url("/static/font/notosans_mono.woff") format("woff"),
url("../../../../tools/boostlook/NotoSansMono.ttf") format("truetype"),
url("../../../../tools/boostlook/notosans_mono.woff") format("truetype"),
url("https://cppalliance.org/fonts/NotoSansMono.ttf") format("truetype");
}
@@ -750,7 +750,7 @@ html:has(.boostlook) {
font-stretch: ultra-condensed;
font-display: block;
/* Prevents FOIT */
src: url("/_/boostlook/NotoSansMono.ttf") format("truetype"), url("../../../../tools/boostlook/NotoSansMono.ttf") format("truetype"),
src: url("/_/boostlook/notosans_mono.woff") format("truetype"), url("../../../../tools/boostlook/notosans_mono.woff") format("truetype"),
url("https://cppalliance.org/fonts/NotoSansMono.ttf") format("truetype");
}

BIN
notosans.woff2 Normal file

Binary file not shown.

BIN
notosans_ext.woff2 Normal file

Binary file not shown.

BIN
notosans_mono.woff Normal file

Binary file not shown.

BIN
notosans_mono_ext.woff Normal file

Binary file not shown.