Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 536 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 536 Bytes

Duotone Icon Generator

Installtaion Process

Clone git repository from-

https://github.com/kawshar/joomla-icon-font

Go API Folder

cd api 

Run NPM command

npm install or yarn install

After successfully install run the build command for build fonts

npm run build

It will generate font package folder into public directory

Exceptional Case

Build only ico-config json file command

npm run build_config

Build only icon json data and package

npm run build_font