@fontsource-variable/wix-madefor-display 5.2.7 → 5.3.0

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.
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Google Inc.
1
+ Copyright 2021 The Wix Madefor Project Authors (https://github.com/wix/wixmadefor/)
2
2
 
3
3
  This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
4
  This license is copied below, and is also available with a FAQ at:
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Fontsource Wix Madefor Display
2
2
 
3
- [![npm (scoped)](https://img.shields.io/npm/v/@fontsource-variable/wix-madefor-display?color=brightgreen)](https://www.npmjs.com/package/@fontsource-variable/wix-madefor-display) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource-variable/wix-madefor-display)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource-variable/wix-madefor-display)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers)
3
+ [![npm (scoped)](https://img.shields.io/npm/v/@fontsource-variable/wix-madefor-display?color=brightgreen)](https://www.npmjs.com/package/@fontsource-variable/wix-madefor-display) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource-variable/wix-madefor-display)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource-variable/wix-madefor-display)](https://github.com/fontsource/fontsource)
4
4
 
5
5
  The CSS and web font files to easily self-host the “Wix Madefor Display” variable font. Please visit the main [Fontsource website](https://fontsource.org/fonts/wix-madefor-display) to view more details on this package.
6
6
 
@@ -39,8 +39,8 @@ body {
39
39
  ## Licensing
40
40
  Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0.
41
41
 
42
- Google Inc.
43
- [OFL-1.1](http://scripts.sil.org/OFL)
42
+ Copyright 2021 The Wix Madefor Project Authors (https://github.com/wix/wixmadefor/)
43
+ [OFL-1.1](https://openfontlicense.org)
44
44
 
45
45
  ## Other Notes
46
46
  Font version (provided by source): `v12`.
package/index.d.css.ts ADDED
@@ -0,0 +1 @@
1
+ export {};
package/metadata.json CHANGED
@@ -13,8 +13,8 @@
13
13
  "category": "sans-serif",
14
14
  "license": {
15
15
  "type": "OFL-1.1",
16
- "url": "http://scripts.sil.org/OFL",
17
- "attribution": "Google Inc."
16
+ "url": "https://openfontlicense.org",
17
+ "attribution": "Copyright 2021 The Wix Madefor Project Authors (https://github.com/wix/wixmadefor/)"
18
18
  },
19
19
  "source": "https://github.com/google/fonts",
20
20
  "type": "google"
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@fontsource-variable/wix-madefor-display",
3
- "version": "5.2.7",
3
+ "version": "5.3.0",
4
4
  "description": "Self-host the Wix Madefor Display font in a neatly bundled NPM package.",
5
5
  "main": "index.css",
6
+ "types": "index.d.css.ts",
6
7
  "publishConfig": {"access": "public"},
7
8
  "keywords": [
8
9
  "fontsource",
@@ -19,7 +20,11 @@
19
20
  "variable"
20
21
  ],
21
22
  "exports": {
22
- ".": {"sass": "./index.css", "default": "./index.css"},
23
+ ".": {
24
+ "types": "./index.d.css.ts",
25
+ "sass": "./index.css",
26
+ "default": "./index.css"
27
+ },
23
28
  "./LICENSE": "./LICENSE",
24
29
  "./*": {"sass": "./*.css", "default": "./*.css"},
25
30
  "./*.css": {"sass": "./*.css", "default": "./*.css"},
@@ -43,5 +48,5 @@
43
48
  "url": "git+https://github.com/fontsource/font-files.git",
44
49
  "directory": "fonts/variable/wix-madefor-display"
45
50
  },
46
- "publishHash": "7e4107d93f93fa38"
51
+ "publishHash": "65af0ba62e2b6b24"
47
52
  }