Skip to content

Latest commit

 

History

History
executable file
·
24 lines (19 loc) · 436 Bytes

README.md

File metadata and controls

executable file
·
24 lines (19 loc) · 436 Bytes

Convert fonts in format .ttf to json

This script converts fonts in format .ttf to json. The json file contains the following information:

#Install dependencies
yarn install

# Transform .ttf to .json
yarn run generate:json

# Format json file
yarn run format:json

Return Array of strings with name of icons.

[
    "awesome-align-right",
    "awesome-amazon",
    "awesome-ambulance",
    "awesome-anchor"
]