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 {
366
366
font-display : swap;
367
367
font-family : FakeFont;
368
368
font-style : normal;
369
- font-weight : var ( --bscpn-font-weight-normal ) ;
369
+ font-weight : 400 ;
370
370
src : url (poppins-v20-latin-400.woff2) format ('woff2' ),
371
371
url (poppins-v20-latin-400.woff) format ('woff' );
372
372
}
373
373
@font-face {
374
374
font-display : swap;
375
375
font-family : FakeFont;
376
376
font-style : italic;
377
- font-weight : var ( --bscpn-font-weight-normal ) ;
377
+ font-weight : 400 ;
378
378
src : url (poppins-v20-latin-400italic.woff2) format ('woff2' ),
379
379
url (poppins-v20-latin-400italic.woff) format ('woff' );
380
380
}
381
381
@font-face {
382
382
font-display : swap;
383
383
font-family : FakeFont;
384
384
font-style : normal;
385
- font-weight : var ( --bscpn-font-weight-medium ) ;
385
+ font-weight : 500 ;
386
386
src : url (poppins-v20-latin-500.woff2) format ('woff2' ),
387
387
url (poppins-v20-latin-500.woff) format ('woff' );
388
388
}
389
389
@font-face {
390
390
font-display : swap;
391
391
font-family : FakeFont;
392
392
font-style : italic;
393
- font-weight : var ( --bscpn-font-weight-medium ) ;
393
+ font-weight : 500 ;
394
394
src : url (poppins-v20-latin-500italic.woff2) format ('woff2' ),
395
395
url (poppins-v20-latin-500italic.woff) format ('woff' );
396
396
}
397
397
@font-face {
398
398
font-display : swap;
399
399
font-family : FakeFont;
400
400
font-style : normal;
401
- font-weight : var ( --bscpn-font-weight-semibold ) ;
401
+ font-weight : 600 ;
402
402
src : url (poppins-v20-latin-600.woff2) format ('woff2' ),
403
403
url (poppins-v20-latin-600.woff) format ('woff' );
404
404
}
405
405
@font-face {
406
406
font-display : swap;
407
407
font-family : FakeFont;
408
408
font-style : italic;
409
- font-weight : var ( --bscpn-font-weight-semibold ) ;
409
+ font-weight : 600 ;
410
410
src : url (poppins-v20-latin-600italic.woff2) format ('woff2' ),
411
411
url (poppins-v20-latin-600italic.woff) format ('woff' );
412
412
}
Original file line number Diff line number Diff line change @@ -610,47 +610,47 @@ figcaption {
610
610
font-display : swap;
611
611
font-family : Poppins;
612
612
font-style : normal;
613
- font-weight : var ( --bs-font-weight-normal ) ;
613
+ font-weight : 400 ;
614
614
src : url(../ assets/fonts/poppins-v20-latin-400.woff2) for mat('woff2' ),
615
615
url(../ assets/fonts/poppins-v20-latin-400.woff) for mat('woff' );
616
616
}
617
617
@font-face {
618
618
font-display : swap;
619
619
font-family : Poppins;
620
620
font-style : italic;
621
- font-weight : var ( --bs-font-weight-normal ) ;
621
+ font-weight : 400 ;
622
622
src : url(../ assets/fonts/poppins-v20-latin-400italic.woff2) for mat('woff2' ),
623
623
url(../ assets/fonts/poppins-v20-latin-400italic.woff) for mat('woff' );
624
624
}
625
625
@font-face {
626
626
font-display : swap;
627
627
font-family : Poppins;
628
628
font-style : normal;
629
- font-weight : var ( --bs-font-weight-medium ) ;
629
+ font-weight : 500 ;
630
630
src : url(../ assets/fonts/poppins-v20-latin-500.woff2) for mat('woff2' ),
631
631
url(../ assets/fonts/poppins-v20-latin-500.woff) for mat('woff' );
632
632
}
633
633
@font-face {
634
634
font-display : swap;
635
635
font-family : Poppins;
636
636
font-style : italic;
637
- font-weight : var ( --bs-font-weight-medium ) ;
637
+ font-weight : 500 ;
638
638
src : url(../ assets/fonts/poppins-v20-latin-500italic.woff2) for mat('woff2' ),
639
639
url(../ assets/fonts/poppins-v20-latin-500italic.woff) for mat('woff' );
640
640
}
641
641
@font-face {
642
642
font-display : swap;
643
643
font-family : Poppins;
644
644
font-style : normal;
645
- font-weight : var ( --bs-font-weight-semibold ) ;
645
+ font-weight : 600 ;
646
646
src : url(../ assets/fonts/poppins-v20-latin-600.woff2) for mat('woff2' ),
647
647
url(../ assets/fonts/poppins-v20-latin-600.woff) for mat('woff' );
648
648
}
649
649
@font-face {
650
650
font-display : swap;
651
651
font-family : Poppins;
652
652
font-style : italic;
653
- font-weight : var ( --bs-font-weight-semibold ) ;
653
+ font-weight : 600 ;
654
654
src : url(../ assets/fonts/poppins-v20-latin-600italic.woff2) for mat('woff2' ),
655
655
url(../ assets/fonts/poppins-v20-latin-600italic.woff) for mat('woff' );
656
656
}
You can’t perform that action at this time.
0 commit comments