@openfonts/mate-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.
Binary file
Binary file
@@ -1 +1 @@
1
- {"lastModified":"2019-07-16","version":"v8"}
1
+ {"lastModified":"2025-09-05","version":"v23"}
@@ -1,35 +1,32 @@
1
1
  {
2
2
  "id": "mate-sc",
3
3
  "family": "Mate SC",
4
- "variants": [
5
- {
6
- "id": "regular",
7
- "woff2": "https://fonts.gstatic.com/s/matesc/v8/-nF8OGQ1-uoVr2wK-iLT9g.woff2",
8
- "fontFamily": "'Mate SC'",
9
- "fontStyle": "normal",
10
- "fontWeight": "400",
11
- "local": [
12
- "Mate SC Regular",
13
- "MateSC-Regular"
14
- ],
15
- "svg": "https://fonts.gstatic.com/l/font?kit=-nF8OGQ1-uoVr2wK-iLT8Q&skey=9d865f50b2871cd&v=v8#MateSC",
16
- "woff": "https://fonts.gstatic.com/s/matesc/v8/-nF8OGQ1-uoVr2wK-iLT8A.woff",
17
- "eot": "https://fonts.gstatic.com/s/matesc/v8/-nF8OGQ1-uoVr2wK-iLT8g.eot",
18
- "ttf": "https://fonts.gstatic.com/s/matesc/v8/-nF8OGQ1-uoVr2wK-iLT8w.ttf",
19
- "errored": false
20
- }
21
- ],
22
4
  "subsets": [
23
- "latin"
5
+ "latin",
6
+ "latin-ext"
24
7
  ],
25
8
  "category": "serif",
26
- "version": "v8",
27
- "lastModified": "2019-07-16",
28
- "popularity": 660,
9
+ "version": "v23",
10
+ "lastModified": "2025-09-05",
11
+ "popularity": 1288,
29
12
  "defSubset": "latin",
30
13
  "defVariant": "regular",
31
14
  "subsetMap": {
32
- "latin": true
15
+ "latin": true,
16
+ "latin-ext": false
33
17
  },
34
- "storeID": "latin"
18
+ "storeID": "latin",
19
+ "variants": [
20
+ {
21
+ "id": "regular",
22
+ "fontFamily": "'Mate SC'",
23
+ "fontStyle": "normal",
24
+ "fontWeight": "400",
25
+ "svg": "https://fonts.gstatic.com/l/font?kit=-nF8OGQ1-uoVr2wK-iLT8Q&skey=9d865f50b2871cd&v=v23#MateSC",
26
+ "ttf": "https://fonts.gstatic.com/s/matesc/v23/-nF8OGQ1-uoVr2wK-iLT8w.ttf",
27
+ "woff": "https://fonts.gstatic.com/s/matesc/v23/-nF8OGQ1-uoVr2wK-iLT8A.woff",
28
+ "eot": "https://fonts.gstatic.com/l/font?kit=-nF8OGQ1-uoVr2wK-iLT8g&skey=9d865f50b2871cd&v=v23",
29
+ "woff2": "https://fonts.gstatic.com/s/matesc/v23/-nF8OGQ1-uoVr2wK-iLT9g.woff2"
30
+ }
31
+ ]
35
32
  }
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('Mate SC Regular'),
9
- local('MateSC-Regular'),
7
+ src:
10
8
  url('./files/mate-sc-latin-400.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
11
9
  url('./files/mate-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/mate-sc_latin",
3
- "version": "1.44.1",
3
+ "version": "1.44.3",
4
4
  "description": "Mate 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/mate-sc_latin",
17
- "gitHead": "ae5cba0c717737905534eec204e210270f6c5f57"
16
+ "repository": "https://github.com/bedlaj/openfonts",
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "openfonts": {
21
+ "sourceFingerprint": "489efa4a8ef1b75d146ce7eb0c7de8c153bc6844c8f464e951e1c8be7301f665",
22
+ "builtAt": "2026-07-29T06:09:53.577Z"
23
+ }
18
24
  }