@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.
- package/dist/cjs/uno.preset.js +1 -1
- package/dist/css/main.css +1 -1
- package/dist/esm/uno.preset.js +1 -1
- package/package.json +1 -1
- package/src/uno.preset.ts +1 -1
package/dist/cjs/uno.preset.js
CHANGED
|
@@ -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:
|
|
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
package/dist/esm/uno.preset.js
CHANGED
|
@@ -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:
|
|
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
package/src/uno.preset.ts
CHANGED