1.1.3 • Published 7 years ago

gaia-fontawesome v1.1.3

Weekly downloads
11
License
-
Repository
github
Last release
7 years ago

Gaia FontAwesome

A Font Awesome based for Gaia

Adding more icons

  1. cd ~/Projetos/gaia-fontawesome/

Adding more icons

  1. Add icon on /svg folder.
  2. Open Terminal and run:
# Update repo
cd folder/gaia-fontawesome
git pull origin master

# Generate fonts
fontcustom compile svg/

# Commit on GitHub
git add . --all
git commit -m "Name of icons added"
git push origin master

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-fontawesome.git