@webstudio-is/fonts 0.280.1 → 0.281.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/lib/index.js CHANGED
@@ -364,7 +364,7 @@ var fontWeights = {
364
364
  },
365
365
  "700": {
366
366
  label: "Bold",
367
- names: ["bold", "bold"]
367
+ names: ["bold"]
368
368
  },
369
369
  "800": {
370
370
  label: "Extra Bold",
@@ -25,7 +25,7 @@ export declare const fontWeights: {
25
25
  };
26
26
  readonly "700": {
27
27
  readonly label: "Bold";
28
- readonly names: readonly ["bold", "bold"];
28
+ readonly names: readonly ["bold"];
29
29
  };
30
30
  readonly "800": {
31
31
  readonly label: "Extra Bold";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/fonts",
3
- "version": "0.280.1",
3
+ "version": "0.281.0",
4
4
  "description": "Fonts utils",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",