@openfonts/seymour-one_cyrillic 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
@@ -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
- "ttf": "https://fonts.gstatic.com/s/seymourone/v7/4iCp6Khla9xbjQpoWGGd0lyLN4Q.ttf",
8
- "fontFamily": "'Seymour One'",
9
- "fontStyle": "normal",
10
- "fontWeight": "400",
11
- "local": [
12
- "Seymour One",
13
- "SeymourOne"
14
- ],
15
- "eot": "https://fonts.gstatic.com/s/seymourone/v7/4iCp6Khla9xbjQpoWGGd0lyLN4U.eot",
16
- "woff": "https://fonts.gstatic.com/s/seymourone/v7/4iCp6Khla9xbjQpoWGGd0lyLN4c.woff",
17
- "svg": "https://fonts.gstatic.com/l/font?kit=4iCp6Khla9xbjQpoWGGd0lyLN4Y&skey=f9acfe398dc38251&v=v7#SeymourOne",
18
- "woff2": "https://fonts.gstatic.com/s/seymourone/v7/4iCp6Khla9xbjQpoWGGd0lyLN4E.woff2",
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": true,
17
+ "latin": true,
36
18
  "latin-ext": false
37
19
  },
38
- "storeID": "cyrillic_latin"
20
+ "storeID": "cyrillic_latin",
21
+ "variants": [
22
+ {
23
+ "id": "regular",
24
+ "fontFamily": "'Seymour One'",
25
+ "fontStyle": "normal",
26
+ "fontWeight": "400",
27
+ "svg": "https://fonts.gstatic.com/l/font?kit=4iCp6Khla9xbjQpoWGGd0lyLN4Y&skey=f9acfe398dc38251&v=v25#SeymourOne",
28
+ "woff": "https://fonts.gstatic.com/s/seymourone/v25/4iCp6Khla9xbjQpoWGGd0lyLN4c.woff",
29
+ "ttf": "https://fonts.gstatic.com/s/seymourone/v25/4iCp6Khla9xbjQpoWGGd0lyLN4Q.ttf",
30
+ "woff2": "https://fonts.gstatic.com/s/seymourone/v25/4iCp6Khla9xbjQpoWGGd0lyLN4E.woff2",
31
+ "eot": "https://fonts.gstatic.com/l/font?kit=4iCp6Khla9xbjQpoWGGd0lyLN4U&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-cyrillic-400.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
11
9
  url('./files/seymour-one-cyrillic-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_cyrillic",
3
- "version": "1.44.1",
3
+ "version": "1.44.3",
4
4
  "description": "Seymour One cyrillic 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_cyrillic",
17
- "gitHead": "ae5cba0c717737905534eec204e210270f6c5f57"
16
+ "repository": "https://github.com/bedlaj/openfonts",
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "openfonts": {
21
+ "sourceFingerprint": "67718b5fbe81f0e3a17e490500163c6035e6fb0c9009610e1c207b4c6f93ae37",
22
+ "builtAt": "2026-07-29T06:09:53.577Z"
23
+ }
18
24
  }