Skip to content

Commit 34fb6a9

Browse files
committed
fix: update font source to noto sans italic
1 parent b4306e4 commit 34fb6a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boostlook.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -742,9 +742,9 @@ html:has(.boostlook) {
742742
font-variation-settings: "wght" 400, "wdth" 62.5;
743743
font-display: block;
744744
/* 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");
745+
src: url("/static/font/notosans_ext.woff2") format("woff2"),
746+
url("../../../../tools/boostlook/notosans_ext.woff2") format("woff2"),
747+
url("https://cppalliance.org/fonts/NotoSansDisplay-Italic.ttf") format("truetype");
748748
}
749749

750750
/* Noto Sans Mono - Variable Weight */

0 commit comments

Comments
 (0)