gaia-font-icons
v1.0.14
Published
inGaia Icons
Downloads
6
Readme
`# Gaia Font Icons
** A Font Icons based for Gaia **
Bower
bower install gaia-font-icons --save
npm
npm install gaia-font-icons --save
Adding more icons
- cd ~/Projetos/gaia-font-icons/
Adding more icons
- Add icon on /svg folder.
- Open Terminal and run:
# Update repo
cd folder/gaia-font-icons
git pull origin master
# Generate fonts
fontcustom compile svg/
# Update packages
Abrir arquivos bower.json e package.json e alterar a versão
# Commit on GitHub
git add . --all
git commit -m "Name of icons added"
git push origin master
# Update Bower
Criar novo release no GitHub
# Update NPM
(Se não tiver logado) npm login
npm publish
Installing
Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fontcustom
brew install Caskroom/cask/xquartz
brew install fontforge --with-python
brew install eot-utils
gem install fontcustom
gaia-fontawesome repo
cd folder/to/save
git clone https://github.com/I-Value/gaia-font-icons.git