We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4306e4 commit 34fb6a9Copy full SHA for 34fb6a9
boostlook.css
@@ -742,9 +742,9 @@ html:has(.boostlook) {
742
font-variation-settings: "wght" 400, "wdth" 62.5;
743
font-display: block;
744
/* Prevents FOIT */
745
- src: url("/static/font/notosans_mono_ext.woff") format("woff"),
746
- url("../../../../tools/boostlook/notosans_mono_ext.woff") format("woff"),
747
- url("https://cppalliance.org/fonts/NotoSansMono.ttf") format("truetype");
+ src: url("/static/font/notosans_ext.woff2") format("woff2"),
+ url("../../../../tools/boostlook/notosans_ext.woff2") format("woff2"),
+ url("https://cppalliance.org/fonts/NotoSansDisplay-Italic.ttf") format("truetype");
748
}
749
750
/* Noto Sans Mono - Variable Weight */
0 commit comments