Using icon font for multiple platforms
This project can make icon font files from Sketch file.
These font files can be used in Web, Android and iOS.
This project also demos how to use the font files on these platforms.
Thank you @Okernel for making this feature image:
Requirements
- Mac
- Sketch
- npm
How to use
-
Clone or download this project
-
Install
sh manage.sh install
-
Make icon font from Sketch file
sh manage.sh make
cube-icons-sample.sketch
is a sample Sketch file, you can change your own one. -
See what we have
-
Web
You can open
samples/web/index.html
in your browser, then you will see all the icons.You also can open it by:
sh manage.sh open
-
iOS project
You can open XCode sample proejct under dirctory:
samples/ios
-
Android proejct
You can open Android Studio sample proejct under dirctory:
samples/android
-
Customize
-
You can edit
gulpfile.js
to:-
Use you own Sketch icon file.
-
Change the name of the icon files.
-
Change the css class name.
-
Other things you want.
-
-
All the files under dirctory
dist/
are generated bygulpfile.js
according the file under dirctory '/templates'If can customize your own template files if you want.
License
MIT
Thanks
-
This project is mainly based on https://github.com/cognitom/symbols-for-sketch.
-
@Okernel's beautiful feature image.