@symbo.ls/default-config 2.10.253 → 2.10.259

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/default-config",
3
- "version": "2.10.253",
3
+ "version": "2.10.259",
4
4
  "source": "src/index.js",
5
5
  "main": "src/index.js",
6
6
  "license": "MIT",
7
- "gitHead": "a941c4b0f1e909f33428ac7f5dedcd90d0365c6b"
7
+ "gitHead": "c454826279438617c85a5f8d8e7b3a6938d94dea"
8
8
  }
package/src/color.js CHANGED
@@ -40,5 +40,5 @@ export const GRADIENT = {
40
40
  #1E54F0 36%,
41
41
  #8B4CCA 69%,
42
42
  #C66894 100%
43
- )`,
43
+ )`
44
44
  }
package/src/font.js CHANGED
@@ -7,14 +7,14 @@ const KarlaItalicVariable = '/Karla/Karla-VariableFont_wght.ttf' // eslint-disab
7
7
  export const FONT = {
8
8
  Karla: [{
9
9
  url: S3_BUCKET + KarlaVariable,
10
- fontWeight: 'variable',
10
+ isVariable: true,
11
11
  fontStyle: 'normal',
12
12
  fontDisplay: 'swap',
13
13
  unicodeRange: 'U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF'
14
14
  }, {
15
15
  url: S3_BUCKET + KarlaVariable,
16
+ isVariable: true,
16
17
  fontStyle: 'normal',
17
- fontWeight: 'variable',
18
18
  fontDisplay: 'swap',
19
19
  unicodeRange: 'U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD'
20
20
  }]