@openfonts/carrois-gothic-sc_latin 1.44.1 → 1.44.3

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.
@@ -1 +1 @@
1
- {"lastModified":"2019-07-16","version":"v9"}
1
+ {"lastModified":"2025-09-08","version":"v16"}
@@ -1,35 +1,30 @@
1
1
  {
2
2
  "id": "carrois-gothic-sc",
3
3
  "family": "Carrois Gothic SC",
4
- "variants": [
5
- {
6
- "id": "regular",
7
- "woff": "https://fonts.gstatic.com/s/carroisgothicsc/v9/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-18gPnE.woff",
8
- "fontFamily": "'Carrois Gothic SC'",
9
- "fontStyle": "normal",
10
- "fontWeight": "400",
11
- "local": [
12
- "Carrois Gothic SC Regular",
13
- "CarroisGothicSC-Regular"
14
- ],
15
- "ttf": "https://fonts.gstatic.com/s/carroisgothicsc/v9/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-18gPnI.ttf",
16
- "eot": "https://fonts.gstatic.com/s/carroisgothicsc/v9/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-18gPnM.eot",
17
- "woff2": "https://fonts.gstatic.com/s/carroisgothicsc/v9/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-18gPnc.woff2",
18
- "svg": "https://fonts.gstatic.com/l/font?kit=ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-18gPnA&skey=3ab05a1977f1f867&v=v9#CarroisGothicSC",
19
- "errored": false
20
- }
21
- ],
22
4
  "subsets": [
23
5
  "latin"
24
6
  ],
25
7
  "category": "sans-serif",
26
- "version": "v9",
27
- "lastModified": "2019-07-16",
28
- "popularity": 506,
8
+ "version": "v16",
9
+ "lastModified": "2025-09-08",
10
+ "popularity": 1297,
29
11
  "defSubset": "latin",
30
12
  "defVariant": "regular",
31
13
  "subsetMap": {
32
14
  "latin": true
33
15
  },
34
- "storeID": "latin"
16
+ "storeID": "latin",
17
+ "variants": [
18
+ {
19
+ "id": "regular",
20
+ "fontFamily": "'Carrois Gothic SC'",
21
+ "fontStyle": "normal",
22
+ "fontWeight": "400",
23
+ "eot": "https://fonts.gstatic.com/l/font?kit=ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-18gPnM&skey=3ab05a1977f1f867&v=v16",
24
+ "svg": "https://fonts.gstatic.com/l/font?kit=ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-18gPnA&skey=3ab05a1977f1f867&v=v16#CarroisGothicSC",
25
+ "ttf": "https://fonts.gstatic.com/s/carroisgothicsc/v16/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-18gPnI.ttf",
26
+ "woff": "https://fonts.gstatic.com/s/carroisgothicsc/v16/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-18gPnE.woff",
27
+ "woff2": "https://fonts.gstatic.com/s/carroisgothicsc/v16/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-18gPnc.woff2"
28
+ }
29
+ ]
35
30
  }
package/index.css CHANGED
@@ -4,9 +4,7 @@
4
4
  font-style: normal;
5
5
  font-display: swap;
6
6
  font-weight: 400;
7
- src:
8
- local('Carrois Gothic SC Regular'),
9
- local('CarroisGothicSC-Regular'),
7
+ src:
10
8
  url('./files/carrois-gothic-sc-latin-400.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
11
9
  url('./files/carrois-gothic-sc-latin-400.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
12
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfonts/carrois-gothic-sc_latin",
3
- "version": "1.44.1",
3
+ "version": "1.44.3",
4
4
  "description": "Carrois Gothic SC latin typeface",
5
5
  "main": "index.css",
6
6
  "keywords": [
@@ -13,6 +13,12 @@
13
13
  ],
14
14
  "author": "Jan Bednar <openfonts@janbednar.eu>",
15
15
  "license": "MIT",
16
- "repository": "https://github.com/bedlaj/openfonts/tree/master/packages/carrois-gothic-sc_latin",
17
- "gitHead": "ae5cba0c717737905534eec204e210270f6c5f57"
16
+ "repository": "https://github.com/bedlaj/openfonts",
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "openfonts": {
21
+ "sourceFingerprint": "0e72d61c8f6f9ac308c3ce046f1a40bb5735e9d6aae9c36f055bef83f78f206a",
22
+ "builtAt": "2026-07-29T06:09:53.577Z"
23
+ }
18
24
  }