@openfonts/keania-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.
Binary file
@@ -1 +1 @@
1
- {"lastModified":"2019-07-16","version":"v7"}
1
+ {"lastModified":"2025-09-11","version":"v26"}
@@ -1,37 +1,32 @@
1
1
  {
2
2
  "id": "keania-one",
3
3
  "family": "Keania One",
4
- "variants": [
5
- {
6
- "id": "regular",
7
- "eot": "https://fonts.gstatic.com/s/keaniaone/v7/zOL54pXJk65E8pXardnu-c1kug.eot",
8
- "fontFamily": "'Keania One'",
9
- "fontStyle": "normal",
10
- "fontWeight": "400",
11
- "ttf": "https://fonts.gstatic.com/s/keaniaone/v7/zOL54pXJk65E8pXardnu-c1kuw.ttf",
12
- "local": [
13
- "Keania One",
14
- "KeaniaOne-Regular"
15
- ],
16
- "woff": "https://fonts.gstatic.com/s/keaniaone/v7/zOL54pXJk65E8pXardnu-c1kuA.woff",
17
- "svg": "https://fonts.gstatic.com/l/font?kit=zOL54pXJk65E8pXardnu-c1kuQ&skey=dbf3f94cd2851bcd&v=v7#KeaniaOne",
18
- "woff2": "https://fonts.gstatic.com/s/keaniaone/v7/zOL54pXJk65E8pXardnu-c1kvg.woff2",
19
- "errored": false
20
- }
21
- ],
22
4
  "subsets": [
23
5
  "latin",
24
6
  "latin-ext"
25
7
  ],
26
8
  "category": "display",
27
- "version": "v7",
28
- "lastModified": "2019-07-16",
29
- "popularity": 839,
9
+ "version": "v26",
10
+ "lastModified": "2025-09-11",
11
+ "popularity": 1302,
30
12
  "defSubset": "latin",
31
13
  "defVariant": "regular",
32
14
  "subsetMap": {
33
15
  "latin": true,
34
16
  "latin-ext": true
35
17
  },
36
- "storeID": "latin-ext_latin"
18
+ "storeID": "latin_latin-ext",
19
+ "variants": [
20
+ {
21
+ "id": "regular",
22
+ "fontFamily": "'Keania One'",
23
+ "fontStyle": "normal",
24
+ "fontWeight": "400",
25
+ "eot": "https://fonts.gstatic.com/l/font?kit=zOL54pXJk65E8pXardnu-c1kug&skey=dbf3f94cd2851bcd&v=v26",
26
+ "woff2": "https://fonts.gstatic.com/s/keaniaone/v26/zOL54pXJk65E8pXardnu-c1kvg.woff2",
27
+ "ttf": "https://fonts.gstatic.com/s/keaniaone/v26/zOL54pXJk65E8pXardnu-c1kuw.ttf",
28
+ "woff": "https://fonts.gstatic.com/s/keaniaone/v26/zOL54pXJk65E8pXardnu-c1kuA.woff",
29
+ "svg": "https://fonts.gstatic.com/l/font?kit=zOL54pXJk65E8pXardnu-c1kuQ&skey=dbf3f94cd2851bcd&v=v26#KeaniaOne"
30
+ }
31
+ ]
37
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('Keania One'),
9
- local('KeaniaOne-Regular'),
7
+ src:
10
8
  url('./files/keania-one-latin-ext-400.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
11
9
  url('./files/keania-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/keania-one_latin-ext",
3
- "version": "1.44.1",
3
+ "version": "1.44.3",
4
4
  "description": "Keania 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/keania-one_latin-ext",
17
- "gitHead": "ae5cba0c717737905534eec204e210270f6c5f57"
16
+ "repository": "https://github.com/bedlaj/openfonts",
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "openfonts": {
21
+ "sourceFingerprint": "c61c182c94bb9d41e7b0b6418ac2c9e7ab1d04712ed1c4c1ee4cb06bd42b1445",
22
+ "builtAt": "2026-07-29T06:09:53.577Z"
23
+ }
18
24
  }