pixel-react 1.3.8 → 1.3.9

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pixel-react",
3
3
  "description": "Great for pixel-perfect, design-focused components in React",
4
- "version": "1.3.8",
4
+ "version": "1.3.9",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
7
7
  "types": "lib/index.d.ts",
@@ -8,7 +8,7 @@
8
8
  font-weight: 400;
9
9
  src:
10
10
  local('Poppins-Regular'),
11
- url(../../assets/fonts/Poppins/Poppins-Regular.ttf) format('truetype');
11
+ url(../../assets/fonts/Poppins-Regular.ttf) format('truetype');
12
12
  }
13
13
 
14
14
  @font-face {
@@ -16,7 +16,7 @@
16
16
  font-weight: 500;
17
17
  src:
18
18
  local('Poppins-Medium'),
19
- url(../../assets/fonts/Poppins/Poppins-Medium.ttf) format('truetype');
19
+ url(../../assets/fonts/Poppins-Medium.ttf) format('truetype');
20
20
  }
21
21
 
22
22
  @font-face {
@@ -24,7 +24,7 @@
24
24
  font-weight: 600;
25
25
  src:
26
26
  local('Poppins-SemiBold'),
27
- url(../../assets/fonts/Poppins/Poppins-SemiBold.ttf) format('truetype');
27
+ url(../../assets/fonts/Poppins-SemiBold.ttf) format('truetype');
28
28
  }
29
29
 
30
30
  @font-face {
@@ -32,7 +32,7 @@
32
32
  font-weight: 700;
33
33
  src:
34
34
  local('Poppins-Bold'),
35
- url(../../assets/fonts/Poppins/Poppins-Bold.ttf) format('truetype');
35
+ url(../../assets/fonts/Poppins-Bold.ttf) format('truetype');
36
36
  }
37
37
 
38
38
  .fontXs {