@openfonts/seymour-one_latin-ext 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":"v7"}
1
+ {"lastModified":"2025-09-16","version":"v25"}
@@ -1,39 +1,34 @@
1
1
  {
2
2
  "id": "seymour-one",
3
3
  "family": "Seymour One",
4
- "variants": [
5
- {
6
- "id": "regular",
7
- "eot": "https://fonts.gstatic.com/s/seymourone/v7/4iCp6Khla9xbjQpoWGGd0lyBN4U.eot",
8
- "fontFamily": "'Seymour One'",
9
- "fontStyle": "normal",
10
- "fontWeight": "400",
11
- "woff2": "https://fonts.gstatic.com/s/seymourone/v7/4iCp6Khla9xbjQpoWGGd0lyBN4E.woff2",
12
- "local": [
13
- "Seymour One",
14
- "SeymourOne"
15
- ],
16
- "ttf": "https://fonts.gstatic.com/s/seymourone/v7/4iCp6Khla9xbjQpoWGGd0lyBN4Q.ttf",
17
- "woff": "https://fonts.gstatic.com/s/seymourone/v7/4iCp6Khla9xbjQpoWGGd0lyBN4c.woff",
18
- "svg": "https://fonts.gstatic.com/l/font?kit=4iCp6Khla9xbjQpoWGGd0lyBN4Y&skey=f9acfe398dc38251&v=v7#SeymourOne",
19
- "errored": false
20
- }
21
- ],
22
4
  "subsets": [
23
- "latin",
24
5
  "cyrillic",
6
+ "latin",
25
7
  "latin-ext"
26
8
  ],
27
9
  "category": "sans-serif",
28
- "version": "v7",
29
- "lastModified": "2019-07-16",
30
- "popularity": 885,
10
+ "version": "v25",
11
+ "lastModified": "2025-09-16",
12
+ "popularity": 1285,
31
13
  "defSubset": "latin",
32
14
  "defVariant": "regular",
33
15
  "subsetMap": {
34
- "latin": true,
35
16
  "cyrillic": false,
17
+ "latin": true,
36
18
  "latin-ext": true
37
19
  },
38
- "storeID": "latin-ext_latin"
20
+ "storeID": "latin_latin-ext",
21
+ "variants": [
22
+ {
23
+ "id": "regular",
24
+ "fontFamily": "'Seymour One'",
25
+ "fontStyle": "normal",
26
+ "fontWeight": "400",
27
+ "woff": "https://fonts.gstatic.com/s/seymourone/v25/4iCp6Khla9xbjQpoWGGd0lyBN4c.woff",
28
+ "svg": "https://fonts.gstatic.com/l/font?kit=4iCp6Khla9xbjQpoWGGd0lyBN4Y&skey=f9acfe398dc38251&v=v25#SeymourOne",
29
+ "ttf": "https://fonts.gstatic.com/s/seymourone/v25/4iCp6Khla9xbjQpoWGGd0lyBN4Q.ttf",
30
+ "woff2": "https://fonts.gstatic.com/s/seymourone/v25/4iCp6Khla9xbjQpoWGGd0lyBN4E.woff2",
31
+ "eot": "https://fonts.gstatic.com/l/font?kit=4iCp6Khla9xbjQpoWGGd0lyBN4U&skey=f9acfe398dc38251&v=v25"
32
+ }
33
+ ]
39
34
  }
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('Seymour One'),
9
- local('SeymourOne'),
7
+ src:
10
8
  url('./files/seymour-one-latin-ext-400.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
11
9
  url('./files/seymour-one-latin-ext-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/seymour-one_latin-ext",
3
- "version": "1.44.1",
3
+ "version": "1.44.3",
4
4
  "description": "Seymour One latin-ext 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/seymour-one_latin-ext",
17
- "gitHead": "ae5cba0c717737905534eec204e210270f6c5f57"
16
+ "repository": "https://github.com/bedlaj/openfonts",
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "openfonts": {
21
+ "sourceFingerprint": "3402fd49994fab272834c6b7517274c8b603517d09c03c0fa404765308c5b89c",
22
+ "builtAt": "2026-07-29T06:09:53.577Z"
23
+ }
18
24
  }