@maboussoleaidant/design-system 0.1.20 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
font-style: normal;
|
|
545
545
|
font-weight: 400;
|
|
546
546
|
font-display: swap;
|
|
547
|
-
src: url("
|
|
547
|
+
src: url("../assets/fonts/OpenSans-Regular.woff2") format("woff2");
|
|
548
548
|
}
|
|
549
549
|
|
|
550
550
|
@font-face {
|
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
font-style: normal;
|
|
553
553
|
font-weight: 600;
|
|
554
554
|
font-display: swap;
|
|
555
|
-
src: url("
|
|
555
|
+
src: url("../assets/fonts/OpenSans-SemiBold.woff2") format("woff2");
|
|
556
556
|
}
|
|
557
557
|
|
|
558
558
|
@font-face {
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
font-style: normal;
|
|
561
561
|
font-weight: 700;
|
|
562
562
|
font-display: swap;
|
|
563
|
-
src: url("
|
|
563
|
+
src: url("../assets/fonts/OpenSans-Bold.woff2") format("woff2");
|
|
564
564
|
}
|
|
565
565
|
|
|
566
566
|
@font-face {
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
font-style: normal;
|
|
569
569
|
font-weight: 800;
|
|
570
570
|
font-display: swap;
|
|
571
|
-
src: url("
|
|
571
|
+
src: url("../assets/fonts/OpenSans-ExtraBold.woff2") format("woff2");
|
|
572
572
|
}
|
|
573
573
|
|
|
574
574
|
/* ===========================================
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
font-style: normal;
|
|
582
582
|
font-weight: 400;
|
|
583
583
|
font-display: swap;
|
|
584
|
-
src: url("
|
|
584
|
+
src: url("../assets/fonts/Congenial.woff2") format("woff2");
|
|
585
585
|
}
|
|
586
586
|
|
|
587
587
|
@font-face {
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
font-style: normal;
|
|
590
590
|
font-weight: 500;
|
|
591
591
|
font-display: swap;
|
|
592
|
-
src: url("
|
|
592
|
+
src: url("../assets/fonts/Congenial-Medium.woff2") format("woff2");
|
|
593
593
|
}
|
|
594
594
|
|
|
595
595
|
@font-face {
|
|
@@ -597,7 +597,7 @@
|
|
|
597
597
|
font-style: normal;
|
|
598
598
|
font-weight: 700;
|
|
599
599
|
font-display: swap;
|
|
600
|
-
src: url("
|
|
600
|
+
src: url("../assets/fonts/Congenial-Bold.woff2") format("woff2");
|
|
601
601
|
}
|
|
602
602
|
|
|
603
603
|
/**
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
font-style: normal;
|
|
622
622
|
font-weight: 100 700;
|
|
623
623
|
font-display: block;
|
|
624
|
-
src: url('
|
|
624
|
+
src: url('../assets/fonts/MaterialSymbolsRounded.woff2') format('woff2');
|
|
625
625
|
}
|
|
626
626
|
|
|
627
627
|
/* ===========================================
|