@conveyorhq/arrow-ds 1.24.0 → 1.24.1

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@conveyorhq/arrow-ds",
3
3
  "author": "Conveyor",
4
4
  "license": "MIT",
5
- "version": "1.24.0",
5
+ "version": "1.24.1",
6
6
  "description": "Arrow Design System",
7
7
  "repository": "https://github.com/conveyor/arrow-ds",
8
8
  "publishConfig": {
@@ -7,8 +7,9 @@
7
7
 
8
8
  font-display: swap;
9
9
 
10
- src: url("https://d365biun6qawhk.cloudfront.net/fonts/neue-montreal/400-NeueMontreal-Regular.otf")
11
- format("opentype");
10
+ src: local("NeueMontreal-Regular"),
11
+ url("https://static.conveyor.com/fonts/neue-montreal/400-NeueMontreal-Regular.otf")
12
+ format("opentype");
12
13
  }
13
14
 
14
15
  @font-face {
@@ -20,8 +21,9 @@
20
21
 
21
22
  font-display: swap;
22
23
 
23
- src: url("https://d365biun6qawhk.cloudfront.net/fonts/neue-montreal/500-NeueMontreal-Medium.otf")
24
- format("opentype");
24
+ src: local("NeueMontreal-Medium"),
25
+ url("https://static.conveyor.com/fonts/neue-montreal/500-NeueMontreal-Medium.otf")
26
+ format("opentype");
25
27
  }
26
28
 
27
29
  @font-face {
@@ -33,21 +35,21 @@
33
35
 
34
36
  font-display: swap;
35
37
 
36
- src: url("https://d365biun6qawhk.cloudfront.net/fonts/neue-montreal/600-NeueMontreal-Bold.otf")
37
- format("opentype");
38
+ src: local("NeueMontreal-Bold"),
39
+ url("https://static.conveyor.com/fonts/neue-montreal/600-NeueMontreal-Bold.otf")
40
+ format("opentype");
38
41
  }
39
42
 
40
43
  @font-face {
41
- font-family: "IBM Plex Serif";
44
+ font-family: "Copernicus";
42
45
 
43
46
  font-style: normal;
44
47
 
45
- font-weight: 600;
46
-
47
48
  font-display: swap;
48
49
 
49
- src: url("https://d365biun6qawhk.cloudfront.net/fonts/ibm-plex-serif/600-IBMPlexSerif-SemiBold.woff2")
50
- format("woff2");
50
+ src: local("Copernicus-Bold"),
51
+ url("https://static.conveyor.com/fonts/galaxie-copernicus/GalaxieCopernicus-Bold.otf")
52
+ format("opentype");
51
53
  }
52
54
 
53
55
  /*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */
@@ -17778,7 +17780,7 @@ override built-in Image component classes */
17778
17780
  }
17779
17781
 
17780
17782
  .font-serif {
17781
- font-family: IBM Plex Serif, serif;
17783
+ font-family: Copernicus, serif;
17782
17784
  }
17783
17785
 
17784
17786
  .font-mono {