@a-type/ui 1.8.13 → 1.8.14

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.
@@ -805,7 +805,7 @@ function presetAglio({ scale = 'md', interFontLocation = 'https://resources.bisc
805
805
  html, body {
806
806
  margin: 0;
807
807
  padding: 0;
808
- font-family: "Inter", sans-serif;
808
+ font-family: var(--font-default);
809
809
  font-size: 16px;
810
810
  height: 100%;
811
811
  --webkit-font-smoothing: antialiased;
package/dist/css/main.css CHANGED
@@ -604,7 +604,7 @@
604
604
  html, body {
605
605
  margin: 0;
606
606
  padding: 0;
607
- font-family: "Inter", sans-serif;
607
+ font-family: var(--font-default);
608
608
  font-size: 16px;
609
609
  height: 100%;
610
610
  --webkit-font-smoothing: antialiased;
@@ -799,7 +799,7 @@ export default function presetAglio({ scale = 'md', interFontLocation = 'https:/
799
799
  html, body {
800
800
  margin: 0;
801
801
  padding: 0;
802
- font-family: "Inter", sans-serif;
802
+ font-family: var(--font-default);
803
803
  font-size: 16px;
804
804
  height: 100%;
805
805
  --webkit-font-smoothing: antialiased;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a-type/ui",
3
- "version": "1.8.13",
3
+ "version": "1.8.14",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "/dist",
package/src/uno.preset.ts CHANGED
@@ -860,7 +860,7 @@ export default function presetAglio({
860
860
  html, body {
861
861
  margin: 0;
862
862
  padding: 0;
863
- font-family: "Inter", sans-serif;
863
+ font-family: var(--font-default);
864
864
  font-size: 16px;
865
865
  height: 100%;
866
866
  --webkit-font-smoothing: antialiased;