@indico-data/design-system 2.35.0 → 2.36.0
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.
- package/lib/index.css +180 -2
- package/lib/index.esm.css +180 -2
- package/package.json +1 -1
- package/src/assets/fonts/mulish/a.woff2 +0 -0
- package/src/assets/fonts/mulish/b.woff2 +0 -0
- package/src/assets/fonts/mulish/c.woff2 +0 -0
- package/src/assets/fonts/mulish/d.woff2 +0 -0
- package/src/styles/variables/_typography.scss +98 -1
package/lib/index.css
CHANGED
|
@@ -1,5 +1,93 @@
|
|
|
1
|
-
|
|
2
|
-
@
|
|
1
|
+
/* cyrillic-ext */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: "Mulish";
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-weight: 200 1000;
|
|
6
|
+
font-display: swap;
|
|
7
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
8
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
9
|
+
}
|
|
10
|
+
/* cyrillic */
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: "Mulish";
|
|
13
|
+
font-style: italic;
|
|
14
|
+
font-weight: 200 1000;
|
|
15
|
+
font-display: swap;
|
|
16
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
17
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
18
|
+
}
|
|
19
|
+
/* vietnamese */
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: "Mulish";
|
|
22
|
+
font-style: italic;
|
|
23
|
+
font-weight: 200 1000;
|
|
24
|
+
font-display: swap;
|
|
25
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
26
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
27
|
+
}
|
|
28
|
+
/* latin-ext */
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: "Mulish";
|
|
31
|
+
font-style: italic;
|
|
32
|
+
font-weight: 200 1000;
|
|
33
|
+
font-display: swap;
|
|
34
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
35
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
36
|
+
}
|
|
37
|
+
/* latin */
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: "Mulish";
|
|
40
|
+
font-style: italic;
|
|
41
|
+
font-weight: 200 1000;
|
|
42
|
+
font-display: swap;
|
|
43
|
+
src: url("../assets/fonts/mulish/b.woff2") format("woff2");
|
|
44
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
45
|
+
}
|
|
46
|
+
/* cyrillic-ext */
|
|
47
|
+
@font-face {
|
|
48
|
+
font-family: "Mulish";
|
|
49
|
+
font-style: normal;
|
|
50
|
+
font-weight: 200 1000;
|
|
51
|
+
font-display: swap;
|
|
52
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
53
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
54
|
+
}
|
|
55
|
+
/* cyrillic */
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: "Mulish";
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-weight: 200 1000;
|
|
60
|
+
font-display: swap;
|
|
61
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
62
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
63
|
+
}
|
|
64
|
+
/* vietnamese */
|
|
65
|
+
@font-face {
|
|
66
|
+
font-family: "Mulish";
|
|
67
|
+
font-style: normal;
|
|
68
|
+
font-weight: 200 1000;
|
|
69
|
+
font-display: swap;
|
|
70
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
71
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
72
|
+
}
|
|
73
|
+
/* latin-ext */
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: "Mulish";
|
|
76
|
+
font-style: normal;
|
|
77
|
+
font-weight: 200 1000;
|
|
78
|
+
font-display: swap;
|
|
79
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
80
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
81
|
+
}
|
|
82
|
+
/* latin */
|
|
83
|
+
@font-face {
|
|
84
|
+
font-family: "Mulish";
|
|
85
|
+
font-style: normal;
|
|
86
|
+
font-weight: 200 1000;
|
|
87
|
+
font-display: swap;
|
|
88
|
+
src: url("../assets/fonts/mulish/d.woff2") format("woff2");
|
|
89
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
90
|
+
}
|
|
3
91
|
:root {
|
|
4
92
|
--pf-font-family-base: "Mulish", sans-serif;
|
|
5
93
|
--pf-font-size-base: 1rem;
|
|
@@ -2445,6 +2533,96 @@ form {
|
|
|
2445
2533
|
--sheets-background-color: var(--pf-primary-color-400);
|
|
2446
2534
|
}
|
|
2447
2535
|
|
|
2536
|
+
/* cyrillic-ext */
|
|
2537
|
+
@font-face {
|
|
2538
|
+
font-family: "Mulish";
|
|
2539
|
+
font-style: italic;
|
|
2540
|
+
font-weight: 200 1000;
|
|
2541
|
+
font-display: swap;
|
|
2542
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
2543
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2544
|
+
}
|
|
2545
|
+
/* cyrillic */
|
|
2546
|
+
@font-face {
|
|
2547
|
+
font-family: "Mulish";
|
|
2548
|
+
font-style: italic;
|
|
2549
|
+
font-weight: 200 1000;
|
|
2550
|
+
font-display: swap;
|
|
2551
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
2552
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2553
|
+
}
|
|
2554
|
+
/* vietnamese */
|
|
2555
|
+
@font-face {
|
|
2556
|
+
font-family: "Mulish";
|
|
2557
|
+
font-style: italic;
|
|
2558
|
+
font-weight: 200 1000;
|
|
2559
|
+
font-display: swap;
|
|
2560
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
2561
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
2562
|
+
}
|
|
2563
|
+
/* latin-ext */
|
|
2564
|
+
@font-face {
|
|
2565
|
+
font-family: "Mulish";
|
|
2566
|
+
font-style: italic;
|
|
2567
|
+
font-weight: 200 1000;
|
|
2568
|
+
font-display: swap;
|
|
2569
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
2570
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2571
|
+
}
|
|
2572
|
+
/* latin */
|
|
2573
|
+
@font-face {
|
|
2574
|
+
font-family: "Mulish";
|
|
2575
|
+
font-style: italic;
|
|
2576
|
+
font-weight: 200 1000;
|
|
2577
|
+
font-display: swap;
|
|
2578
|
+
src: url("../assets/fonts/mulish/b.woff2") format("woff2");
|
|
2579
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2580
|
+
}
|
|
2581
|
+
/* cyrillic-ext */
|
|
2582
|
+
@font-face {
|
|
2583
|
+
font-family: "Mulish";
|
|
2584
|
+
font-style: normal;
|
|
2585
|
+
font-weight: 200 1000;
|
|
2586
|
+
font-display: swap;
|
|
2587
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
2588
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2589
|
+
}
|
|
2590
|
+
/* cyrillic */
|
|
2591
|
+
@font-face {
|
|
2592
|
+
font-family: "Mulish";
|
|
2593
|
+
font-style: normal;
|
|
2594
|
+
font-weight: 200 1000;
|
|
2595
|
+
font-display: swap;
|
|
2596
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
2597
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2598
|
+
}
|
|
2599
|
+
/* vietnamese */
|
|
2600
|
+
@font-face {
|
|
2601
|
+
font-family: "Mulish";
|
|
2602
|
+
font-style: normal;
|
|
2603
|
+
font-weight: 200 1000;
|
|
2604
|
+
font-display: swap;
|
|
2605
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
2606
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
2607
|
+
}
|
|
2608
|
+
/* latin-ext */
|
|
2609
|
+
@font-face {
|
|
2610
|
+
font-family: "Mulish";
|
|
2611
|
+
font-style: normal;
|
|
2612
|
+
font-weight: 200 1000;
|
|
2613
|
+
font-display: swap;
|
|
2614
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
2615
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2616
|
+
}
|
|
2617
|
+
/* latin */
|
|
2618
|
+
@font-face {
|
|
2619
|
+
font-family: "Mulish";
|
|
2620
|
+
font-style: normal;
|
|
2621
|
+
font-weight: 200 1000;
|
|
2622
|
+
font-display: swap;
|
|
2623
|
+
src: url("../assets/fonts/mulish/d.woff2") format("woff2");
|
|
2624
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2625
|
+
}
|
|
2448
2626
|
:root {
|
|
2449
2627
|
--pf-font-family-base: "Mulish", sans-serif;
|
|
2450
2628
|
--pf-font-size-base: 1rem;
|
package/lib/index.esm.css
CHANGED
|
@@ -1,5 +1,93 @@
|
|
|
1
|
-
|
|
2
|
-
@
|
|
1
|
+
/* cyrillic-ext */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: "Mulish";
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-weight: 200 1000;
|
|
6
|
+
font-display: swap;
|
|
7
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
8
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
9
|
+
}
|
|
10
|
+
/* cyrillic */
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: "Mulish";
|
|
13
|
+
font-style: italic;
|
|
14
|
+
font-weight: 200 1000;
|
|
15
|
+
font-display: swap;
|
|
16
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
17
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
18
|
+
}
|
|
19
|
+
/* vietnamese */
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: "Mulish";
|
|
22
|
+
font-style: italic;
|
|
23
|
+
font-weight: 200 1000;
|
|
24
|
+
font-display: swap;
|
|
25
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
26
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
27
|
+
}
|
|
28
|
+
/* latin-ext */
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: "Mulish";
|
|
31
|
+
font-style: italic;
|
|
32
|
+
font-weight: 200 1000;
|
|
33
|
+
font-display: swap;
|
|
34
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
35
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
36
|
+
}
|
|
37
|
+
/* latin */
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: "Mulish";
|
|
40
|
+
font-style: italic;
|
|
41
|
+
font-weight: 200 1000;
|
|
42
|
+
font-display: swap;
|
|
43
|
+
src: url("../assets/fonts/mulish/b.woff2") format("woff2");
|
|
44
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
45
|
+
}
|
|
46
|
+
/* cyrillic-ext */
|
|
47
|
+
@font-face {
|
|
48
|
+
font-family: "Mulish";
|
|
49
|
+
font-style: normal;
|
|
50
|
+
font-weight: 200 1000;
|
|
51
|
+
font-display: swap;
|
|
52
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
53
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
54
|
+
}
|
|
55
|
+
/* cyrillic */
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: "Mulish";
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-weight: 200 1000;
|
|
60
|
+
font-display: swap;
|
|
61
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
62
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
63
|
+
}
|
|
64
|
+
/* vietnamese */
|
|
65
|
+
@font-face {
|
|
66
|
+
font-family: "Mulish";
|
|
67
|
+
font-style: normal;
|
|
68
|
+
font-weight: 200 1000;
|
|
69
|
+
font-display: swap;
|
|
70
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
71
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
72
|
+
}
|
|
73
|
+
/* latin-ext */
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: "Mulish";
|
|
76
|
+
font-style: normal;
|
|
77
|
+
font-weight: 200 1000;
|
|
78
|
+
font-display: swap;
|
|
79
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
80
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
81
|
+
}
|
|
82
|
+
/* latin */
|
|
83
|
+
@font-face {
|
|
84
|
+
font-family: "Mulish";
|
|
85
|
+
font-style: normal;
|
|
86
|
+
font-weight: 200 1000;
|
|
87
|
+
font-display: swap;
|
|
88
|
+
src: url("../assets/fonts/mulish/d.woff2") format("woff2");
|
|
89
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
90
|
+
}
|
|
3
91
|
:root {
|
|
4
92
|
--pf-font-family-base: "Mulish", sans-serif;
|
|
5
93
|
--pf-font-size-base: 1rem;
|
|
@@ -2445,6 +2533,96 @@ form {
|
|
|
2445
2533
|
--sheets-background-color: var(--pf-primary-color-400);
|
|
2446
2534
|
}
|
|
2447
2535
|
|
|
2536
|
+
/* cyrillic-ext */
|
|
2537
|
+
@font-face {
|
|
2538
|
+
font-family: "Mulish";
|
|
2539
|
+
font-style: italic;
|
|
2540
|
+
font-weight: 200 1000;
|
|
2541
|
+
font-display: swap;
|
|
2542
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
2543
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2544
|
+
}
|
|
2545
|
+
/* cyrillic */
|
|
2546
|
+
@font-face {
|
|
2547
|
+
font-family: "Mulish";
|
|
2548
|
+
font-style: italic;
|
|
2549
|
+
font-weight: 200 1000;
|
|
2550
|
+
font-display: swap;
|
|
2551
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
2552
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2553
|
+
}
|
|
2554
|
+
/* vietnamese */
|
|
2555
|
+
@font-face {
|
|
2556
|
+
font-family: "Mulish";
|
|
2557
|
+
font-style: italic;
|
|
2558
|
+
font-weight: 200 1000;
|
|
2559
|
+
font-display: swap;
|
|
2560
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
2561
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
2562
|
+
}
|
|
2563
|
+
/* latin-ext */
|
|
2564
|
+
@font-face {
|
|
2565
|
+
font-family: "Mulish";
|
|
2566
|
+
font-style: italic;
|
|
2567
|
+
font-weight: 200 1000;
|
|
2568
|
+
font-display: swap;
|
|
2569
|
+
src: url("../assets/fonts/mulish/a.woff2") format("woff2");
|
|
2570
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2571
|
+
}
|
|
2572
|
+
/* latin */
|
|
2573
|
+
@font-face {
|
|
2574
|
+
font-family: "Mulish";
|
|
2575
|
+
font-style: italic;
|
|
2576
|
+
font-weight: 200 1000;
|
|
2577
|
+
font-display: swap;
|
|
2578
|
+
src: url("../assets/fonts/mulish/b.woff2") format("woff2");
|
|
2579
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2580
|
+
}
|
|
2581
|
+
/* cyrillic-ext */
|
|
2582
|
+
@font-face {
|
|
2583
|
+
font-family: "Mulish";
|
|
2584
|
+
font-style: normal;
|
|
2585
|
+
font-weight: 200 1000;
|
|
2586
|
+
font-display: swap;
|
|
2587
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
2588
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2589
|
+
}
|
|
2590
|
+
/* cyrillic */
|
|
2591
|
+
@font-face {
|
|
2592
|
+
font-family: "Mulish";
|
|
2593
|
+
font-style: normal;
|
|
2594
|
+
font-weight: 200 1000;
|
|
2595
|
+
font-display: swap;
|
|
2596
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
2597
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2598
|
+
}
|
|
2599
|
+
/* vietnamese */
|
|
2600
|
+
@font-face {
|
|
2601
|
+
font-family: "Mulish";
|
|
2602
|
+
font-style: normal;
|
|
2603
|
+
font-weight: 200 1000;
|
|
2604
|
+
font-display: swap;
|
|
2605
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
2606
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
2607
|
+
}
|
|
2608
|
+
/* latin-ext */
|
|
2609
|
+
@font-face {
|
|
2610
|
+
font-family: "Mulish";
|
|
2611
|
+
font-style: normal;
|
|
2612
|
+
font-weight: 200 1000;
|
|
2613
|
+
font-display: swap;
|
|
2614
|
+
src: url("../assets/fonts/mulish/c.woff2") format("woff2");
|
|
2615
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2616
|
+
}
|
|
2617
|
+
/* latin */
|
|
2618
|
+
@font-face {
|
|
2619
|
+
font-family: "Mulish";
|
|
2620
|
+
font-style: normal;
|
|
2621
|
+
font-weight: 200 1000;
|
|
2622
|
+
font-display: swap;
|
|
2623
|
+
src: url("../assets/fonts/mulish/d.woff2") format("woff2");
|
|
2624
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2625
|
+
}
|
|
2448
2626
|
:root {
|
|
2449
2627
|
--pf-font-family-base: "Mulish", sans-serif;
|
|
2450
2628
|
--pf-font-size-base: 1rem;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,4 +1,101 @@
|
|
|
1
|
-
|
|
1
|
+
/* cyrillic-ext */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Mulish';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-weight: 200 1000;
|
|
6
|
+
font-display: swap;
|
|
7
|
+
src: url('../assets/fonts/mulish/a.woff2') format('woff2');
|
|
8
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
9
|
+
}
|
|
10
|
+
/* cyrillic */
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'Mulish';
|
|
13
|
+
font-style: italic;
|
|
14
|
+
font-weight: 200 1000;
|
|
15
|
+
font-display: swap;
|
|
16
|
+
src: url('../assets/fonts/mulish/a.woff2') format('woff2');
|
|
17
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
18
|
+
}
|
|
19
|
+
/* vietnamese */
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: 'Mulish';
|
|
22
|
+
font-style: italic;
|
|
23
|
+
font-weight: 200 1000;
|
|
24
|
+
font-display: swap;
|
|
25
|
+
src: url('../assets/fonts/mulish/a.woff2') format('woff2');
|
|
26
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
|
|
27
|
+
U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
28
|
+
}
|
|
29
|
+
/* latin-ext */
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Mulish';
|
|
32
|
+
font-style: italic;
|
|
33
|
+
font-weight: 200 1000;
|
|
34
|
+
font-display: swap;
|
|
35
|
+
src: url('../assets/fonts/mulish/a.woff2') format('woff2');
|
|
36
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
|
|
37
|
+
U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
38
|
+
}
|
|
39
|
+
/* latin */
|
|
40
|
+
@font-face {
|
|
41
|
+
font-family: 'Mulish';
|
|
42
|
+
font-style: italic;
|
|
43
|
+
font-weight: 200 1000;
|
|
44
|
+
font-display: swap;
|
|
45
|
+
src: url('../assets/fonts/mulish/b.woff2') format('woff2');
|
|
46
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
|
|
47
|
+
U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
|
|
48
|
+
U+FFFD;
|
|
49
|
+
}
|
|
50
|
+
/* cyrillic-ext */
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: 'Mulish';
|
|
53
|
+
font-style: normal;
|
|
54
|
+
font-weight: 200 1000;
|
|
55
|
+
font-display: swap;
|
|
56
|
+
src: url('../assets/fonts/mulish/c.woff2') format('woff2');
|
|
57
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
58
|
+
}
|
|
59
|
+
/* cyrillic */
|
|
60
|
+
@font-face {
|
|
61
|
+
font-family: 'Mulish';
|
|
62
|
+
font-style: normal;
|
|
63
|
+
font-weight: 200 1000;
|
|
64
|
+
font-display: swap;
|
|
65
|
+
src: url('../assets/fonts/mulish/c.woff2') format('woff2');
|
|
66
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
67
|
+
}
|
|
68
|
+
/* vietnamese */
|
|
69
|
+
@font-face {
|
|
70
|
+
font-family: 'Mulish';
|
|
71
|
+
font-style: normal;
|
|
72
|
+
font-weight: 200 1000;
|
|
73
|
+
font-display: swap;
|
|
74
|
+
src: url('../assets/fonts/mulish/c.woff2') format('woff2');
|
|
75
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
|
|
76
|
+
U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
77
|
+
}
|
|
78
|
+
/* latin-ext */
|
|
79
|
+
@font-face {
|
|
80
|
+
font-family: 'Mulish';
|
|
81
|
+
font-style: normal;
|
|
82
|
+
font-weight: 200 1000;
|
|
83
|
+
font-display: swap;
|
|
84
|
+
src: url('../assets/fonts/mulish/c.woff2') format('woff2');
|
|
85
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
|
|
86
|
+
U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
87
|
+
}
|
|
88
|
+
/* latin */
|
|
89
|
+
@font-face {
|
|
90
|
+
font-family: 'Mulish';
|
|
91
|
+
font-style: normal;
|
|
92
|
+
font-weight: 200 1000;
|
|
93
|
+
font-display: swap;
|
|
94
|
+
src: url('../assets/fonts/mulish/d.woff2') format('woff2');
|
|
95
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
|
|
96
|
+
U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
|
|
97
|
+
U+FFFD;
|
|
98
|
+
}
|
|
2
99
|
|
|
3
100
|
:root {
|
|
4
101
|
// Family
|