RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
726 stars 114 forks source link

Fonts figma export for android studio #42

Closed ArshaWIN closed 3 years ago

ArshaWIN commented 3 years ago

Icons must be exported to font directory (the same root level as drawable directory) as ttf files. Names must have snake case style. One font ttf file for each font style. Example in the image below.

Screenshot 2020-11-24 at 12 01 36
subdan commented 3 years ago

It is a user responsibility to download and move fonts to Android Studio project. Figma API doesn't provide ability to get ttf file.

subdan commented 3 years ago

I’am closing the issue. If you have any questions feel free to reopen the issue.