dirk-cfx-react 1.0.24 → 1.0.26
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/styles/niceFont.css +17 -15
- package/package.json +1 -1
- package/src/styles/niceFont.css +17 -15
package/dist/styles/niceFont.css
CHANGED
|
@@ -2,60 +2,62 @@
|
|
|
2
2
|
font-family: 'Akrobat Regular';
|
|
3
3
|
font-style: normal;
|
|
4
4
|
font-weight: normal;
|
|
5
|
-
src: local('Akrobat Regular'),
|
|
5
|
+
src: local('Akrobat Regular'),
|
|
6
|
+
url('../fonts/Akrobat-Regular.woff') format('woff');
|
|
6
7
|
}
|
|
7
8
|
|
|
8
|
-
|
|
9
9
|
@font-face {
|
|
10
10
|
font-family: 'Akrobat Light';
|
|
11
11
|
font-style: normal;
|
|
12
12
|
font-weight: normal;
|
|
13
|
-
src: local('Akrobat Light'),
|
|
13
|
+
src: local('Akrobat Light'),
|
|
14
|
+
url('../fonts/Akrobat-Light.woff') format('woff');
|
|
14
15
|
}
|
|
15
16
|
|
|
16
|
-
|
|
17
17
|
@font-face {
|
|
18
18
|
font-family: 'Akrobat ExtraLight';
|
|
19
19
|
font-style: normal;
|
|
20
20
|
font-weight: normal;
|
|
21
|
-
src: local('Akrobat ExtraLight'),
|
|
21
|
+
src: local('Akrobat ExtraLight'),
|
|
22
|
+
url('../fonts/Akrobat-ExtraLight.woff') format('woff');
|
|
22
23
|
}
|
|
23
24
|
|
|
24
|
-
|
|
25
25
|
@font-face {
|
|
26
26
|
font-family: 'Akrobat SemiBold';
|
|
27
27
|
font-style: normal;
|
|
28
28
|
font-weight: normal;
|
|
29
|
-
src: local('Akrobat SemiBold'),
|
|
29
|
+
src: local('Akrobat SemiBold'),
|
|
30
|
+
url('../fonts/Akrobat-SemiBold.woff') format('woff');
|
|
30
31
|
}
|
|
31
32
|
|
|
32
|
-
|
|
33
33
|
@font-face {
|
|
34
34
|
font-family: 'Akrobat Bold';
|
|
35
35
|
font-style: normal;
|
|
36
36
|
font-weight: normal;
|
|
37
|
-
src: local('Akrobat Bold'),
|
|
37
|
+
src: local('Akrobat Bold'),
|
|
38
|
+
url('../fonts/Akrobat-Bold.woff') format('woff');
|
|
38
39
|
}
|
|
39
40
|
|
|
40
|
-
|
|
41
41
|
@font-face {
|
|
42
42
|
font-family: 'Akrobat ExtraBold Regular';
|
|
43
43
|
font-style: normal;
|
|
44
44
|
font-weight: normal;
|
|
45
|
-
src: local('Akrobat ExtraBold Regular'),
|
|
45
|
+
src: local('Akrobat ExtraBold Regular'),
|
|
46
|
+
url('../fonts/akrobat-extrabold-webfont.woff') format('woff');
|
|
46
47
|
}
|
|
47
48
|
|
|
48
|
-
|
|
49
49
|
@font-face {
|
|
50
50
|
font-family: 'Akrobat Black';
|
|
51
51
|
font-style: normal;
|
|
52
52
|
font-weight: normal;
|
|
53
|
-
src: local('Akrobat Black'),
|
|
53
|
+
src: local('Akrobat Black'),
|
|
54
|
+
url('../fonts/Akrobat-Black.woff') format('woff');
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
@font-face {
|
|
57
58
|
font-family: 'Red Dead';
|
|
58
59
|
font-style: normal;
|
|
59
|
-
font-weight:
|
|
60
|
-
src: local('Red Dead'),
|
|
60
|
+
font-weight: 400;
|
|
61
|
+
src: local('Red Dead'),
|
|
62
|
+
url('../fonts/RedDead.otf') format('opentype');
|
|
61
63
|
}
|
package/package.json
CHANGED
package/src/styles/niceFont.css
CHANGED
|
@@ -2,60 +2,62 @@
|
|
|
2
2
|
font-family: 'Akrobat Regular';
|
|
3
3
|
font-style: normal;
|
|
4
4
|
font-weight: normal;
|
|
5
|
-
src: local('Akrobat Regular'),
|
|
5
|
+
src: local('Akrobat Regular'),
|
|
6
|
+
url('../fonts/Akrobat-Regular.woff') format('woff');
|
|
6
7
|
}
|
|
7
8
|
|
|
8
|
-
|
|
9
9
|
@font-face {
|
|
10
10
|
font-family: 'Akrobat Light';
|
|
11
11
|
font-style: normal;
|
|
12
12
|
font-weight: normal;
|
|
13
|
-
src: local('Akrobat Light'),
|
|
13
|
+
src: local('Akrobat Light'),
|
|
14
|
+
url('../fonts/Akrobat-Light.woff') format('woff');
|
|
14
15
|
}
|
|
15
16
|
|
|
16
|
-
|
|
17
17
|
@font-face {
|
|
18
18
|
font-family: 'Akrobat ExtraLight';
|
|
19
19
|
font-style: normal;
|
|
20
20
|
font-weight: normal;
|
|
21
|
-
src: local('Akrobat ExtraLight'),
|
|
21
|
+
src: local('Akrobat ExtraLight'),
|
|
22
|
+
url('../fonts/Akrobat-ExtraLight.woff') format('woff');
|
|
22
23
|
}
|
|
23
24
|
|
|
24
|
-
|
|
25
25
|
@font-face {
|
|
26
26
|
font-family: 'Akrobat SemiBold';
|
|
27
27
|
font-style: normal;
|
|
28
28
|
font-weight: normal;
|
|
29
|
-
src: local('Akrobat SemiBold'),
|
|
29
|
+
src: local('Akrobat SemiBold'),
|
|
30
|
+
url('../fonts/Akrobat-SemiBold.woff') format('woff');
|
|
30
31
|
}
|
|
31
32
|
|
|
32
|
-
|
|
33
33
|
@font-face {
|
|
34
34
|
font-family: 'Akrobat Bold';
|
|
35
35
|
font-style: normal;
|
|
36
36
|
font-weight: normal;
|
|
37
|
-
src: local('Akrobat Bold'),
|
|
37
|
+
src: local('Akrobat Bold'),
|
|
38
|
+
url('../fonts/Akrobat-Bold.woff') format('woff');
|
|
38
39
|
}
|
|
39
40
|
|
|
40
|
-
|
|
41
41
|
@font-face {
|
|
42
42
|
font-family: 'Akrobat ExtraBold Regular';
|
|
43
43
|
font-style: normal;
|
|
44
44
|
font-weight: normal;
|
|
45
|
-
src: local('Akrobat ExtraBold Regular'),
|
|
45
|
+
src: local('Akrobat ExtraBold Regular'),
|
|
46
|
+
url('../fonts/akrobat-extrabold-webfont.woff') format('woff');
|
|
46
47
|
}
|
|
47
48
|
|
|
48
|
-
|
|
49
49
|
@font-face {
|
|
50
50
|
font-family: 'Akrobat Black';
|
|
51
51
|
font-style: normal;
|
|
52
52
|
font-weight: normal;
|
|
53
|
-
src: local('Akrobat Black'),
|
|
53
|
+
src: local('Akrobat Black'),
|
|
54
|
+
url('../fonts/Akrobat-Black.woff') format('woff');
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
@font-face {
|
|
57
58
|
font-family: 'Red Dead';
|
|
58
59
|
font-style: normal;
|
|
59
|
-
font-weight:
|
|
60
|
-
src: local('Red Dead'),
|
|
60
|
+
font-weight: 400;
|
|
61
|
+
src: local('Red Dead'),
|
|
62
|
+
url('../fonts/RedDead.otf') format('opentype');
|
|
61
63
|
}
|