@openfonts/port-lligat-slab_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.
@@ -1 +1 @@
1
- {"lastModified":"2019-07-16","version":"v8"}
1
+ {"lastModified":"2025-09-08","version":"v27"}
@@ -1,35 +1,30 @@
1
1
  {
2
2
  "id": "port-lligat-slab",
3
3
  "family": "Port Lligat Slab",
4
- "variants": [
5
- {
6
- "id": "regular",
7
- "woff": "https://fonts.gstatic.com/s/portlligatslab/v8/LDIpaoiQNgArA8kR7ulhZ8P_NYOsg70R8A.woff",
8
- "fontFamily": "'Port Lligat Slab'",
9
- "fontStyle": "normal",
10
- "fontWeight": "400",
11
- "local": [
12
- "Port Lligat Slab",
13
- "PortLligatSlab-Regular"
14
- ],
15
- "svg": "https://fonts.gstatic.com/l/font?kit=LDIpaoiQNgArA8kR7ulhZ8P_NYOsg70R8Q&skey=fb3c2054ca7cb5a6&v=v8#PortLligatSlab",
16
- "woff2": "https://fonts.gstatic.com/s/portlligatslab/v8/LDIpaoiQNgArA8kR7ulhZ8P_NYOsg70R9g.woff2",
17
- "ttf": "https://fonts.gstatic.com/s/portlligatslab/v8/LDIpaoiQNgArA8kR7ulhZ8P_NYOsg70R8w.ttf",
18
- "eot": "https://fonts.gstatic.com/s/portlligatslab/v8/LDIpaoiQNgArA8kR7ulhZ8P_NYOsg70R8g.eot",
19
- "errored": false
20
- }
21
- ],
22
4
  "subsets": [
23
5
  "latin"
24
6
  ],
25
7
  "category": "serif",
26
- "version": "v8",
27
- "lastModified": "2019-07-16",
28
- "popularity": 585,
8
+ "version": "v27",
9
+ "lastModified": "2025-09-08",
10
+ "popularity": 1305,
29
11
  "defSubset": "latin",
30
12
  "defVariant": "regular",
31
13
  "subsetMap": {
32
14
  "latin": true
33
15
  },
34
- "storeID": "latin"
16
+ "storeID": "latin",
17
+ "variants": [
18
+ {
19
+ "id": "regular",
20
+ "fontFamily": "'Port Lligat Slab'",
21
+ "fontStyle": "normal",
22
+ "fontWeight": "400",
23
+ "woff2": "https://fonts.gstatic.com/s/portlligatslab/v27/LDIpaoiQNgArA8kR7ulhZ8P_NYOsg70R9g.woff2",
24
+ "eot": "https://fonts.gstatic.com/l/font?kit=LDIpaoiQNgArA8kR7ulhZ8P_NYOsg70R8g&skey=fb3c2054ca7cb5a6&v=v27",
25
+ "woff": "https://fonts.gstatic.com/s/portlligatslab/v27/LDIpaoiQNgArA8kR7ulhZ8P_NYOsg70R8A.woff",
26
+ "ttf": "https://fonts.gstatic.com/s/portlligatslab/v27/LDIpaoiQNgArA8kR7ulhZ8P_NYOsg70R8w.ttf",
27
+ "svg": "https://fonts.gstatic.com/l/font?kit=LDIpaoiQNgArA8kR7ulhZ8P_NYOsg70R8Q&skey=fb3c2054ca7cb5a6&v=v27#PortLligatSlab"
28
+ }
29
+ ]
35
30
  }
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('Port Lligat Slab'),
9
- local('PortLligatSlab-Regular'),
7
+ src:
10
8
  url('./files/port-lligat-slab-latin-400.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
11
9
  url('./files/port-lligat-slab-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/port-lligat-slab_latin",
3
- "version": "1.44.1",
3
+ "version": "1.44.3",
4
4
  "description": "Port Lligat Slab 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/port-lligat-slab_latin",
17
- "gitHead": "ae5cba0c717737905534eec204e210270f6c5f57"
16
+ "repository": "https://github.com/bedlaj/openfonts",
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "openfonts": {
21
+ "sourceFingerprint": "68aa4274b0298619db70a3fa965a3926ec09a77f85d2ec31d245f33ef70a4d23",
22
+ "builtAt": "2026-07-29T06:09:53.577Z"
23
+ }
18
24
  }