@openfonts/dekko_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
Binary file
@@ -1 +1 @@
1
- {"lastModified":"2019-07-16","version":"v6"}
1
+ {"lastModified":"2025-09-08","version":"v23"}
@@ -1,32 +1,15 @@
1
1
  {
2
2
  "id": "dekko",
3
3
  "family": "Dekko",
4
- "variants": [
5
- {
6
- "id": "regular",
7
- "eot": "https://fonts.gstatic.com/s/dekko/v6/46khlb_wWjfSrutMTU4.eot",
8
- "fontFamily": "'Dekko'",
9
- "fontStyle": "normal",
10
- "fontWeight": "400",
11
- "woff2": "https://fonts.gstatic.com/s/dekko/v6/46khlb_wWjfSrutMTUo.woff2",
12
- "local": [
13
- "Dekko"
14
- ],
15
- "woff": "https://fonts.gstatic.com/s/dekko/v6/46khlb_wWjfSrutMTUw.woff",
16
- "ttf": "https://fonts.gstatic.com/s/dekko/v6/46khlb_wWjfSrutMTU8.ttf",
17
- "svg": "https://fonts.gstatic.com/l/font?kit=46khlb_wWjfSrutMTU0&skey=87b460a581e29e9a&v=v6#Dekko",
18
- "errored": false
19
- }
20
- ],
21
4
  "subsets": [
22
5
  "devanagari",
23
6
  "latin",
24
7
  "latin-ext"
25
8
  ],
26
9
  "category": "handwriting",
27
- "version": "v6",
28
- "lastModified": "2019-07-16",
29
- "popularity": 633,
10
+ "version": "v23",
11
+ "lastModified": "2025-09-08",
12
+ "popularity": 1300,
30
13
  "defSubset": "latin",
31
14
  "defVariant": "regular",
32
15
  "subsetMap": {
@@ -34,5 +17,18 @@
34
17
  "latin": true,
35
18
  "latin-ext": true
36
19
  },
37
- "storeID": "latin-ext_latin"
20
+ "storeID": "latin_latin-ext",
21
+ "variants": [
22
+ {
23
+ "id": "regular",
24
+ "fontFamily": "'Dekko'",
25
+ "fontStyle": "normal",
26
+ "fontWeight": "400",
27
+ "woff": "https://fonts.gstatic.com/s/dekko/v23/46khlb_wWjfSrutMTUw.woff",
28
+ "woff2": "https://fonts.gstatic.com/s/dekko/v23/46khlb_wWjfSrutMTUo.woff2",
29
+ "ttf": "https://fonts.gstatic.com/s/dekko/v23/46khlb_wWjfSrutMTU8.ttf",
30
+ "eot": "https://fonts.gstatic.com/l/font?kit=46khlb_wWjfSrutMTU4&skey=87b460a581e29e9a&v=v23",
31
+ "svg": "https://fonts.gstatic.com/l/font?kit=46khlb_wWjfSrutMTU0&skey=87b460a581e29e9a&v=v23#Dekko"
32
+ }
33
+ ]
38
34
  }
package/index.css CHANGED
@@ -4,8 +4,7 @@
4
4
  font-style: normal;
5
5
  font-display: swap;
6
6
  font-weight: 400;
7
- src:
8
- local('Dekko'),
7
+ src:
9
8
  url('./files/dekko-latin-ext-400.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
10
9
  url('./files/dekko-latin-ext-400.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
11
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfonts/dekko_latin-ext",
3
- "version": "1.44.1",
3
+ "version": "1.44.3",
4
4
  "description": "Dekko 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/dekko_latin-ext",
17
- "gitHead": "ae5cba0c717737905534eec204e210270f6c5f57"
16
+ "repository": "https://github.com/bedlaj/openfonts",
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "openfonts": {
21
+ "sourceFingerprint": "d655c6ebfa4e8997bae3c51bb50cdc9d9613ee665916aa905524472264afb2be",
22
+ "builtAt": "2026-07-29T06:09:53.577Z"
23
+ }
18
24
  }