@@ -723,14 +723,12 @@ html:has(.boostlook) {
723723 font-style : normal;
724724 font-weight : 100 900 ;
725725 font-stretch : 62.5% 100% ;
726- /* Variable font weight range */
727726 font-variation-settings : "wght" 400 , "wdth" 62.5 ;
728727 font-display : block;
729728 src : url ("../font/NotoSansDisplay.ttf" ) format ("truetype" ),
730- url ("/static/font/notosans.woff2" ) format ("woff2" ),
731- url ("../../../../tools/boostlook/notosans.woff2" ) format ("woff2" ),
732- url ("https://cppalliance.org/fonts/NotoSansDisplay.ttf" ) format ("truetype" );
733- /* Metric overrides to reduce CLS on swap */
729+ url ("/static/font/notosans.woff2" ) format ("woff2" ),
730+ url ("../../../../tools/boostlook/notosans.woff2" ) format ("woff2" ),
731+ url ("https://cppalliance.org/fonts/NotoSansDisplay.ttf" ) format ("truetype" );
734732 size-adjust : 100% ;
735733 ascent-override : 92% ;
736734 descent-override : 22% ;
@@ -743,14 +741,12 @@ html:has(.boostlook) {
743741 font-style : italic;
744742 font-weight : 100 900 ;
745743 font-stretch : 62.5% 100% ;
746- /* Variable font weight range */
747744 font-variation-settings : "wght" 400 , "wdth" 62.5 ;
748745 font-display : block;
749746 src : url ("../font/NotoSansDisplay-Italic.ttf" ) format ("truetype" ),
750- url ("/static/font/notosans_ext.woff2" ) format ("woff2" ),
751- url ("../../../../tools/boostlook/notosans_ext.woff2" ) format ("woff2" ),
752- url ("https://cppalliance.org/fonts/NotoSansDisplay-Italic.ttf" ) format ("truetype" );
753- /* Metric overrides to reduce CLS on swap */
747+ url ("/static/font/notosans_ext.woff2" ) format ("woff2" ),
748+ url ("../../../../tools/boostlook/notosans_ext.woff2" ) format ("woff2" ),
749+ url ("https://cppalliance.org/fonts/NotoSansDisplay-Italic.ttf" ) format ("truetype" );
754750 size-adjust : 100% ;
755751 ascent-override : 92% ;
756752 descent-override : 22% ;
@@ -764,10 +760,9 @@ html:has(.boostlook) {
764760 font-weight : 400 ;
765761 font-display : block;
766762 src : url ("../font/MonaspaceNeonFrozen-Regular.ttf" ) format ("truetype" ),
767- url ("/static/font/MonaspaceNeon-Var.woff2" ) format ("woff2" ),
768- url ("../../../../tools/boostlook/MonaspaceNeon-Var.woff2" ) format ("woff2" ),
769- url ("https://cppalliance.org/fonts/MonaspaceNeon-Var.woff2" ) format ("woff2" );
770- /* Metric overrides to reduce CLS on swap */
763+ url ("/static/font/MonaspaceNeon-Var.woff2" ) format ("woff2" ),
764+ url ("../../../../tools/boostlook/MonaspaceNeon-Var.woff2" ) format ("woff2" ),
765+ url ("https://cppalliance.org/fonts/MonaspaceNeon-Var.woff2" ) format ("woff2" );
771766 size-adjust : 100% ;
772767 ascent-override : 92% ;
773768 descent-override : 22% ;
@@ -781,10 +776,9 @@ html:has(.boostlook) {
781776 font-weight : 400 ;
782777 font-display : block;
783778 src : url ("../font/MonaspaceXenonFrozen-Italic.ttf" ) format ("truetype" ),
784- url ("/static/font/MonaspaceXenon-Var.woff2" ) format ("woff2" ),
785- url ("../../../../tools/boostlook/MonaspaceXenon-Var.woff2" ) format ("woff2" ),
786- url ("https://cppalliance.org/fonts/MonaspaceXenon-Var.woff2" ) format ("woff2" );
787- /* Metric overrides to reduce CLS on swap */
779+ url ("/static/font/MonaspaceXenon-Var.woff2" ) format ("woff2" ),
780+ url ("../../../../tools/boostlook/MonaspaceXenon-Var.woff2" ) format ("woff2" ),
781+ url ("https://cppalliance.org/fonts/MonaspaceXenon-Var.woff2" ) format ("woff2" );
788782 size-adjust : 100% ;
789783 ascent-override : 92% ;
790784 descent-override : 22% ;
0 commit comments