@indico-data/design-system 2.36.1 → 2.36.2
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/assets/fonts/mulish/mulish.css +98 -0
- package/lib/index.css +1 -180
- package/lib/index.esm.css +1 -180
- package/package.json +3 -1
- package/rollup.config.mjs +4 -0
- package/src/styles/assets/fonts/mulish/a.woff2 +0 -0
- package/src/styles/assets/fonts/mulish/b.woff2 +0 -0
- package/src/styles/assets/fonts/mulish/c.woff2 +0 -0
- package/src/styles/assets/fonts/mulish/d.woff2 +0 -0
- package/src/styles/assets/fonts/mulish/mulish.css +98 -0
- package/src/styles/index.scss +2 -0
- package/src/styles/variables/_typography.scss +0 -99
- /package/{src → lib}/assets/fonts/mulish/a.woff2 +0 -0
- /package/{src → lib}/assets/fonts/mulish/b.woff2 +0 -0
- /package/{src → lib}/assets/fonts/mulish/c.woff2 +0 -0
- /package/{src → lib}/assets/fonts/mulish/d.woff2 +0 -0
|
@@ -0,0 +1,98 @@
|
|
|
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('./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('./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('./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('./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('./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('./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('./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('./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('./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('./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
|
+
}
|
package/lib/index.css
CHANGED
|
@@ -1,93 +1,4 @@
|
|
|
1
|
-
|
|
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
|
-
}
|
|
1
|
+
@import './assets/fonts/mulish/mulish.css';
|
|
91
2
|
:root {
|
|
92
3
|
--pf-font-family-base: "Mulish", sans-serif;
|
|
93
4
|
--pf-font-size-base: 1rem;
|
|
@@ -2533,96 +2444,6 @@ form {
|
|
|
2533
2444
|
--sheets-background-color: var(--pf-primary-color-400);
|
|
2534
2445
|
}
|
|
2535
2446
|
|
|
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
|
-
}
|
|
2626
2447
|
:root {
|
|
2627
2448
|
--pf-font-family-base: "Mulish", sans-serif;
|
|
2628
2449
|
--pf-font-size-base: 1rem;
|
package/lib/index.esm.css
CHANGED
|
@@ -1,93 +1,4 @@
|
|
|
1
|
-
|
|
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
|
-
}
|
|
1
|
+
@import './assets/fonts/mulish/mulish.css';
|
|
91
2
|
:root {
|
|
92
3
|
--pf-font-family-base: "Mulish", sans-serif;
|
|
93
4
|
--pf-font-size-base: 1rem;
|
|
@@ -2533,96 +2444,6 @@ form {
|
|
|
2533
2444
|
--sheets-background-color: var(--pf-primary-color-400);
|
|
2534
2445
|
}
|
|
2535
2446
|
|
|
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
|
-
}
|
|
2626
2447
|
:root {
|
|
2627
2448
|
--pf-font-family-base: "Mulish", sans-serif;
|
|
2628
2449
|
--pf-font-size-base: 1rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@indico-data/design-system",
|
|
3
|
-
"version": "2.36.
|
|
3
|
+
"version": "2.36.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -127,6 +127,7 @@
|
|
|
127
127
|
"postcss": "^8.4.38",
|
|
128
128
|
"postcss-dark-theme-class": "^1.2.3",
|
|
129
129
|
"postcss-loader": "^8.1.1",
|
|
130
|
+
"postcss-url": "^10.1.3",
|
|
130
131
|
"prettier": "3.2.5",
|
|
131
132
|
"react": "^18.2.0",
|
|
132
133
|
"react-dom": "^18.2.0",
|
|
@@ -134,6 +135,7 @@
|
|
|
134
135
|
"react-router-dom": "^6.22.1",
|
|
135
136
|
"react-select": "^5.8.0",
|
|
136
137
|
"rollup": "^4.12.0",
|
|
138
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
137
139
|
"rollup-plugin-dts": "^6.1.0",
|
|
138
140
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
139
141
|
"rollup-plugin-postcss": "^4.0.2",
|
package/rollup.config.mjs
CHANGED
|
@@ -4,6 +4,7 @@ import commonjs from '@rollup/plugin-commonjs';
|
|
|
4
4
|
import typescript from '@rollup/plugin-typescript';
|
|
5
5
|
import postcss from 'rollup-plugin-postcss';
|
|
6
6
|
import dts from 'rollup-plugin-dts';
|
|
7
|
+
import copy from 'rollup-plugin-copy';
|
|
7
8
|
|
|
8
9
|
// This is required to read package.json file when
|
|
9
10
|
// using Native ES modules in Node.js
|
|
@@ -42,6 +43,9 @@ export default [
|
|
|
42
43
|
extract: true,
|
|
43
44
|
minimize: false,
|
|
44
45
|
}),
|
|
46
|
+
copy({
|
|
47
|
+
targets: [{ src: 'src/styles/assets', dest: 'lib' }],
|
|
48
|
+
}),
|
|
45
49
|
],
|
|
46
50
|
},
|
|
47
51
|
{
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,98 @@
|
|
|
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('./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('./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('./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('./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('./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('./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('./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('./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('./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('./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
|
+
}
|
package/src/styles/index.scss
CHANGED
|
@@ -1,102 +1,3 @@
|
|
|
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
|
-
}
|
|
99
|
-
|
|
100
1
|
:root {
|
|
101
2
|
// Family
|
|
102
3
|
--pf-font-family-base: 'Mulish', sans-serif;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|