Comparing version 4.5.5 to 4.5.6
{ | ||
"name": "figmagic", | ||
"version": "4.5.5", | ||
"version": "4.5.6", | ||
"description": "Figmagic is the missing piece between DevOps and design: Generate design tokens, export graphics, and extract design token-driven React components from your Figma documents.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.figmagic.com", |
@@ -422,2 +422,3 @@ ![Figmagic cover art](images/cover.png) | ||
"usePostscriptFontNames": false, | ||
"useLiteralFontFamilies": false, | ||
"versionName": null | ||
@@ -857,2 +858,14 @@ }; | ||
#### Set font families tokens based on the content rather on the font applied to the Figma's frame | ||
`figmagic [--useLiteralFontFamilies | -lff]` | ||
**Default**: `false`, i.e. uses common name or Postscript name applied to the Figma's frame. | ||
That's particularly useful for defining the whole font family stack with the fallbacks instead of a single font name, i.e.: `Roboto, BlinkMacSystemFont, Helvetica, Arial, sans-serif` | ||
![Figmagic Example Demo](images/literal-font-families-demo.png) | ||
--- | ||
#### Use a versioned Figma document | ||
@@ -859,0 +872,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
193379
1075