@everymatrix/casino-games-category-section 0.0.193 → 0.0.194

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-games-category-section",
3
- "version": "0.0.193",
3
+ "version": "0.0.194",
4
4
  "main": "dist/casino-games-category-section.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "0960983a499b8cd9494500f0f36058fdc61fbead"
39
+ "gitHead": "304c45e7453bfc650dd29548b0905e8b5e3815fb"
40
40
  }
@@ -667,11 +667,14 @@
667
667
  @return $value * $multiplicator;
668
668
  }
669
669
 
670
+ :host {
671
+ font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
672
+ }
673
+
670
674
  *, *::before, *::after {
671
675
  margin: 0;
672
676
  padding: 0;
673
677
  box-sizing: border-box;
674
- font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
675
678
  }
676
679
 
677
680
  $grid-gap: ttp(1);