indicator-ui 0.0.264 → 0.0.266
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/dist/index.css.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/scss/styles/index.scss +0 -1
- package/dist/scss/styles/mixins/fnt-flex.scss +1 -1
- package/dist/scss/styles/mixins/fnt.scss +0 -2
- package/dist/scss/test/_localFonts.scss +59 -0
- package/dist/scss/test/global.scss +61 -0
- package/package.json +1 -1
- package/dist/scss/styles/fonts.scss +0 -59
- package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_demibold.ttf +0 -0
- package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_demibold.woff +0 -0
- package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_demibold.woff2 +0 -0
- package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_medium.ttf +0 -0
- package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_medium.woff +0 -0
- package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_medium.woff2 +0 -0
- package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_regular.ttf +0 -0
- package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_regular.woff +0 -0
- package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_regular.woff2 +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_bold.ttf +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_bold.woff +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_bold.woff2 +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_medium.ttf +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_medium.woff +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_medium.woff2 +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_regular.ttf +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_regular.woff +0 -0
- package/dist/scss/styles/fontsAssets/Golos-UI/golos-ui_regular.woff2 +0 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Golos UI";
|
|
3
|
+
src: local("Golos UI"),
|
|
4
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_regular.ttf") format("truetype"),
|
|
5
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_regular.woff2") format("woff2"),
|
|
6
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_regular.woff") format("woff");
|
|
7
|
+
font-weight: 400;
|
|
8
|
+
font-style: normal;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: "Golos UI";
|
|
13
|
+
src: local("Golos UI"),
|
|
14
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_medium.ttf") format("truetype"),
|
|
15
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_medium.woff2") format("woff2"),
|
|
16
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_medium.woff") format("woff");
|
|
17
|
+
font-weight: 500;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@font-face {
|
|
22
|
+
font-family: "Golos UI";
|
|
23
|
+
src: local("Golos UI"),
|
|
24
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_bold.ttf") format("truetype"),
|
|
25
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_bold.woff2") format("woff2"),
|
|
26
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_bold.woff") format("woff");
|
|
27
|
+
font-weight: 600;
|
|
28
|
+
font-style: normal;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@font-face {
|
|
32
|
+
font-family: "Golos Text";
|
|
33
|
+
src: local("Golos Text"),
|
|
34
|
+
url("/public/fontsAssets/Golos-Text/golos-text_regular.ttf") format("truetype"),
|
|
35
|
+
url("/public/fontsAssets/Golos-Text/golos-text_regular.woff2") format("woff2"),
|
|
36
|
+
url("/public/fontsAssets/Golos-Text/golos-text_regular.woff") format("woff");
|
|
37
|
+
font-weight: 400;
|
|
38
|
+
font-style: normal;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
@font-face {
|
|
42
|
+
font-family: "Golos Text";
|
|
43
|
+
src: local("Golos Text"),
|
|
44
|
+
url("/public/fontsAssets/Golos-Text/golos-text_medium.ttf") format("truetype"),
|
|
45
|
+
url("/public/fontsAssets/Golos-Text/golos-text_medium.woff2") format("woff2"),
|
|
46
|
+
url("/public/fontsAssets/Golos-Text/golos-text_medium.woff") format("woff");
|
|
47
|
+
font-weight: 500;
|
|
48
|
+
font-style: normal;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: "Golos Text";
|
|
53
|
+
src: local("Golos Text"),
|
|
54
|
+
url("/public/fontsAssets/Golos-Text/golos-text_demibold.ttf") format("truetype"),
|
|
55
|
+
url("/public/fontsAssets/Golos-Text/golos-text_demibold.woff2") format("woff2"),
|
|
56
|
+
url("/public/fontsAssets/Golos-Text/golos-text_demibold.woff") format("woff");
|
|
57
|
+
font-weight: 600;
|
|
58
|
+
font-style: normal;
|
|
59
|
+
}
|
|
@@ -1,5 +1,66 @@
|
|
|
1
1
|
@import 'colors.css';
|
|
2
2
|
|
|
3
|
+
@font-face {
|
|
4
|
+
font-family: "Golos UI";
|
|
5
|
+
src: local("Golos UI"),
|
|
6
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_regular.ttf") format("truetype"),
|
|
7
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_regular.woff2") format("woff2"),
|
|
8
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_regular.woff") format("woff");
|
|
9
|
+
font-weight: 400;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Golos UI";
|
|
15
|
+
src: local("Golos UI"),
|
|
16
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_medium.ttf") format("truetype"),
|
|
17
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_medium.woff2") format("woff2"),
|
|
18
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_medium.woff") format("woff");
|
|
19
|
+
font-weight: 500;
|
|
20
|
+
font-style: normal;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@font-face {
|
|
24
|
+
font-family: "Golos UI";
|
|
25
|
+
src: local("Golos UI"),
|
|
26
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_bold.ttf") format("truetype"),
|
|
27
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_bold.woff2") format("woff2"),
|
|
28
|
+
url("/public/fontsAssets/Golos-UI/golos-ui_bold.woff") format("woff");
|
|
29
|
+
font-weight: 600;
|
|
30
|
+
font-style: normal;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@font-face {
|
|
34
|
+
font-family: "Golos Text";
|
|
35
|
+
src: local("Golos Text"),
|
|
36
|
+
url("/public/fontsAssets/Golos-Text/golos-text_regular.ttf") format("truetype"),
|
|
37
|
+
url("/public/fontsAssets/Golos-Text/golos-text_regular.woff2") format("woff2"),
|
|
38
|
+
url("/public/fontsAssets/Golos-Text/golos-text_regular.woff") format("woff");
|
|
39
|
+
font-weight: 400;
|
|
40
|
+
font-style: normal;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@font-face {
|
|
44
|
+
font-family: "Golos Text";
|
|
45
|
+
src: local("Golos Text"),
|
|
46
|
+
url("/public/fontsAssets/Golos-Text/golos-text_medium.ttf") format("truetype"),
|
|
47
|
+
url("/public/fontsAssets/Golos-Text/golos-text_medium.woff2") format("woff2"),
|
|
48
|
+
url("/public/fontsAssets/Golos-Text/golos-text_medium.woff") format("woff");
|
|
49
|
+
font-weight: 500;
|
|
50
|
+
font-style: normal;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@font-face {
|
|
54
|
+
font-family: "Golos Text";
|
|
55
|
+
src: local("Golos Text"),
|
|
56
|
+
url("/public/fontsAssets/Golos-Text/golos-text_demibold.ttf") format("truetype"),
|
|
57
|
+
url("/public/fontsAssets/Golos-Text/golos-text_demibold.woff2") format("woff2"),
|
|
58
|
+
url("/public/fontsAssets/Golos-Text/golos-text_demibold.woff") format("woff");
|
|
59
|
+
font-weight: 600;
|
|
60
|
+
font-style: normal;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
|
|
3
64
|
* {
|
|
4
65
|
margin: 0;
|
|
5
66
|
padding: 0;
|
package/package.json
CHANGED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "Golos UI";
|
|
3
|
-
src: local("Golos UI"),
|
|
4
|
-
url("./fontsAssets/Golos-UI/golos-ui_regular.ttf") format("truetype"),
|
|
5
|
-
url("./fontsAssets/Golos-UI/golos-ui_regular.woff2") format("woff2"),
|
|
6
|
-
url("./fontsAssets/Golos-UI/golos-ui_regular.woff") format("woff");
|
|
7
|
-
font-weight: 400;
|
|
8
|
-
font-style: normal;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
@font-face {
|
|
12
|
-
font-family: "Golos UI";
|
|
13
|
-
src: local("Golos UI"),
|
|
14
|
-
url("./fontsAssets/Golos-UI/golos-ui_medium.ttf") format("truetype"),
|
|
15
|
-
url("./fontsAssets/Golos-UI/golos-ui_medium.woff2") format("woff2"),
|
|
16
|
-
url("./fontsAssets/Golos-UI/golos-ui_medium.woff") format("woff");
|
|
17
|
-
font-weight: 500;
|
|
18
|
-
font-style: normal;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
@font-face {
|
|
22
|
-
font-family: "Golos UI";
|
|
23
|
-
src: local("Golos UI"),
|
|
24
|
-
url("./fontsAssets/Golos-UI/golos-ui_bold.ttf") format("truetype"),
|
|
25
|
-
url("./fontsAssets/Golos-UI/golos-ui_bold.woff2") format("woff2"),
|
|
26
|
-
url("./fontsAssets/Golos-UI/golos-ui_bold.woff") format("woff");
|
|
27
|
-
font-weight: 600;
|
|
28
|
-
font-style: normal;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@font-face {
|
|
32
|
-
font-family: "Golos Text";
|
|
33
|
-
src: local("Golos Text"),
|
|
34
|
-
url("./fontsAssets/Golos-Text/golos-text_regular.ttf") format("truetype"),
|
|
35
|
-
url("./fontsAssets/Golos-Text/golos-text_regular.woff2") format("woff2"),
|
|
36
|
-
url("./fontsAssets/Golos-Text/golos-text_regular.woff") format("woff");
|
|
37
|
-
font-weight: 400;
|
|
38
|
-
font-style: normal;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
@font-face {
|
|
42
|
-
font-family: "Golos Text";
|
|
43
|
-
src: local("Golos Text"),
|
|
44
|
-
url("./fontsAssets/Golos-Text/golos-text_medium.ttf") format("truetype"),
|
|
45
|
-
url("./fontsAssets/Golos-Text/golos-text_medium.woff2") format("woff2"),
|
|
46
|
-
url("./fontsAssets/Golos-Text/golos-text_medium.woff") format("woff");
|
|
47
|
-
font-weight: 500;
|
|
48
|
-
font-style: normal;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
@font-face {
|
|
52
|
-
font-family: "Golos Text";
|
|
53
|
-
src: local("Golos Text"),
|
|
54
|
-
url("./fontsAssets/Golos-Text/golos-text_demibold.ttf") format("truetype"),
|
|
55
|
-
url("./fontsAssets/Golos-Text/golos-text_demibold.woff2") format("woff2"),
|
|
56
|
-
url("./fontsAssets/Golos-Text/golos-text_demibold.woff") format("woff");
|
|
57
|
-
font-weight: 600;
|
|
58
|
-
font-style: normal;
|
|
59
|
-
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|