@theguild/components 7.3.0 → 7.3.1
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 +1 -1
- package/style.css +1 -1
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
html {
|
|
16
16
|
/* font from tailwindcss/base is overwritten by Nextra styles */
|
|
17
|
-
font-family: var(--font-sans
|
|
17
|
+
font-family: var(--font-sans, ui-sans-serif), system-ui, sans-serif, 'Apple Color Emoji',
|
|
18
18
|
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
19
19
|
}
|
|
20
20
|
|