Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add weights comments for fonts #38

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

chdg61
Copy link
Contributor

@chdg61 chdg61 commented Oct 29, 2024

The convenient comments with all used weights for each font have been added in this PR.

So instead of that

 const fontFamily = {
   font1: "'Inter', Arial, sans-serif",
};

the extractor will generate such fonts:

 const fontFamily = {
   font1: "'Inter', Arial, sans-serif",  // used weights: 400, 500, 600
};

Copy link

vercel bot commented Oct 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
figma-extractor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2024 3:03pm

@andrew-bazhanov andrew-bazhanov merged commit 46e267c into shakurocom:master Nov 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants