snapshot-labs-theme 0.1.26 → 0.1.28

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.
@@ -6,7 +6,7 @@
6
6
  --font-family-editorial: 'PPEditorial New';
7
7
  --font-family-heading: 'Innovator Grotesk';
8
8
  --font-family-default: 'Innovator Grotesk';
9
- --font-family-mono: 'Berkely Mono';
9
+ --font-family-mono: 'Berkeley Mono';
10
10
  --font-size-275: 0.69rem;
11
11
  --font-size-300: 0.75rem;
12
12
  --font-size-325: 0.81rem;
@@ -45,7 +45,7 @@
45
45
 
46
46
  @mixin text-heading-md {
47
47
  font-family: 'Innovator Grotesk';
48
- font-weight: 700;
48
+ font-weight: 600;
49
49
  font-size: 1.44rem;
50
50
  line-height: 1.75rem;
51
51
  letter-spacing: 0.013em;
@@ -53,7 +53,7 @@
53
53
 
54
54
  @mixin text-heading-sm {
55
55
  font-family: 'Innovator Grotesk';
56
- font-weight: 500;
56
+ font-weight: 600;
57
57
  font-size: 1.13rem;
58
58
  line-height: 1.50rem;
59
59
  letter-spacing: 0.022em;
@@ -188,7 +188,7 @@
188
188
  }
189
189
 
190
190
  @mixin text-meta-mono {
191
- font-family: 'Berkely Mono';
191
+ font-family: 'Berkeley Mono';
192
192
  font-weight: 500;
193
193
  font-size: 0.81rem;
194
194
  line-height: 1.25rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snapshot-labs-theme",
3
- "version": "0.1.26",
3
+ "version": "0.1.28",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "node build.js",