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"
]