@rogieking/figui3 8.9.34 → 8.9.36
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/components.css +2 -1
- package/dist/components.css +1 -1
- package/dist/fig-lab.css +1 -1
- package/dist/fig.css +1 -1
- package/fig-lab.css +1 -1
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -209,8 +209,9 @@
|
|
|
209
209
|
/* Typography & Sizing */
|
|
210
210
|
--font-size: 16px;
|
|
211
211
|
--font-family:
|
|
212
|
-
AppleSystemUIFont, BlinkMacSystemFont, avenir next, avenir, segoe ui,
|
|
212
|
+
Inter, AppleSystemUIFont, BlinkMacSystemFont, avenir next, avenir, segoe ui,
|
|
213
213
|
helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
|
|
214
|
+
--font-variant-numeric: lining-nums tabular-nums slashed-zero;
|
|
214
215
|
--body-medium-fontSize: 0.6875rem;
|
|
215
216
|
--body-large-fontSize: 0.8125rem;
|
|
216
217
|
--body-letter-spacing: 0.055px;
|