File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -366,47 +366,47 @@ figcaption {
366366 font-display : swap;
367367 font-family : FakeFont;
368368 font-style : normal;
369- font-weight : var ( --bscpn-font-weight-normal ) ;
369+ font-weight : 400 ;
370370 src : url (poppins-v20-latin-400.woff2) format ('woff2' ),
371371 url (poppins-v20-latin-400.woff) format ('woff' );
372372}
373373@font-face {
374374 font-display : swap;
375375 font-family : FakeFont;
376376 font-style : italic;
377- font-weight : var ( --bscpn-font-weight-normal ) ;
377+ font-weight : 400 ;
378378 src : url (poppins-v20-latin-400italic.woff2) format ('woff2' ),
379379 url (poppins-v20-latin-400italic.woff) format ('woff' );
380380}
381381@font-face {
382382 font-display : swap;
383383 font-family : FakeFont;
384384 font-style : normal;
385- font-weight : var ( --bscpn-font-weight-medium ) ;
385+ font-weight : 500 ;
386386 src : url (poppins-v20-latin-500.woff2) format ('woff2' ),
387387 url (poppins-v20-latin-500.woff) format ('woff' );
388388}
389389@font-face {
390390 font-display : swap;
391391 font-family : FakeFont;
392392 font-style : italic;
393- font-weight : var ( --bscpn-font-weight-medium ) ;
393+ font-weight : 500 ;
394394 src : url (poppins-v20-latin-500italic.woff2) format ('woff2' ),
395395 url (poppins-v20-latin-500italic.woff) format ('woff' );
396396}
397397@font-face {
398398 font-display : swap;
399399 font-family : FakeFont;
400400 font-style : normal;
401- font-weight : var ( --bscpn-font-weight-semibold ) ;
401+ font-weight : 600 ;
402402 src : url (poppins-v20-latin-600.woff2) format ('woff2' ),
403403 url (poppins-v20-latin-600.woff) format ('woff' );
404404}
405405@font-face {
406406 font-display : swap;
407407 font-family : FakeFont;
408408 font-style : italic;
409- font-weight : var ( --bscpn-font-weight-semibold ) ;
409+ font-weight : 600 ;
410410 src : url (poppins-v20-latin-600italic.woff2) format ('woff2' ),
411411 url (poppins-v20-latin-600italic.woff) format ('woff' );
412412}
Original file line number Diff line number Diff line change @@ -610,47 +610,47 @@ figcaption {
610610 font-display : swap;
611611 font-family : Poppins;
612612 font-style : normal;
613- font-weight : var ( --bs-font-weight-normal ) ;
613+ font-weight : 400 ;
614614 src : url(../ assets/fonts/poppins-v20-latin-400.woff2) for mat('woff2' ),
615615 url(../ assets/fonts/poppins-v20-latin-400.woff) for mat('woff' );
616616}
617617@font-face {
618618 font-display : swap;
619619 font-family : Poppins;
620620 font-style : italic;
621- font-weight : var ( --bs-font-weight-normal ) ;
621+ font-weight : 400 ;
622622 src : url(../ assets/fonts/poppins-v20-latin-400italic.woff2) for mat('woff2' ),
623623 url(../ assets/fonts/poppins-v20-latin-400italic.woff) for mat('woff' );
624624}
625625@font-face {
626626 font-display : swap;
627627 font-family : Poppins;
628628 font-style : normal;
629- font-weight : var ( --bs-font-weight-medium ) ;
629+ font-weight : 500 ;
630630 src : url(../ assets/fonts/poppins-v20-latin-500.woff2) for mat('woff2' ),
631631 url(../ assets/fonts/poppins-v20-latin-500.woff) for mat('woff' );
632632}
633633@font-face {
634634 font-display : swap;
635635 font-family : Poppins;
636636 font-style : italic;
637- font-weight : var ( --bs-font-weight-medium ) ;
637+ font-weight : 500 ;
638638 src : url(../ assets/fonts/poppins-v20-latin-500italic.woff2) for mat('woff2' ),
639639 url(../ assets/fonts/poppins-v20-latin-500italic.woff) for mat('woff' );
640640}
641641@font-face {
642642 font-display : swap;
643643 font-family : Poppins;
644644 font-style : normal;
645- font-weight : var ( --bs-font-weight-semibold ) ;
645+ font-weight : 600 ;
646646 src : url(../ assets/fonts/poppins-v20-latin-600.woff2) for mat('woff2' ),
647647 url(../ assets/fonts/poppins-v20-latin-600.woff) for mat('woff' );
648648}
649649@font-face {
650650 font-display : swap;
651651 font-family : Poppins;
652652 font-style : italic;
653- font-weight : var ( --bs-font-weight-semibold ) ;
653+ font-weight : 600 ;
654654 src : url(../ assets/fonts/poppins-v20-latin-600italic.woff2) for mat('woff2' ),
655655 url(../ assets/fonts/poppins-v20-latin-600italic.woff) for mat('woff' );
656656}
You can’t perform that action at this time.
0 commit comments