Git Product home page Git Product logo

symbol-font's Introduction

Symbol Font

An icon font made for Ink

Tasks

Check the TODO.md file

Development tools

  • Adobe Illustrator CS5
  • Glyphs

Build tools

  • Node.js and Grunt
  • ttf2eot
  • sfnt2woff
  • Sass
  • ttfautohint
  • Apple Font Tools Suite

Setting up the build environment (OS X)

  • Install Node.js
  • Install Grunt. From a terminal run: npm install -g grunt-cli
  • Install ttf2eot. From a terminal run: brew install ttf2eot
  • Install ttfautohint. From a terminal run: brew install ttfautohint
  • Get sfnt2woff.
    • Unzip the binary and put it somewhere available to your $PATH system variable, e.g. cp sfnt2woff /user/local/bin/.
    • Make sure it is executable chmod +x /usr/local/bin/sfnt2woff
  • Get Apple Font Tools Suite
    • Unzip and copy/move ftxanalyzer to somewhere available to your $PATH system variable, e.g. cp ftxanalyzer /user/local/bin/.
    • Make sure it is executable chmod +x /usr/local/bin/sfnt2woff
  • Install SASS gem install sass or sudo gem install sass of you get errors.
  • Run npm install from the Ink-Icons project root to finish the setup.

Building the web fonts and css

There are 3 available Grunt tasks:

  1. The default task: grunt
  • It will clean up the dist/fonts and dist/css folders, recompile and minify the css and build the font files from the src/ttf file.
  1. The css task: grunt css
  • It will clean up the dist/css folder, recompile and minify the css.
  1. The webfonts task: grunt webfonts
  • It will clean up the dist/fonts folder and build the font files from the src/ttf file.

symbol-font's People

Contributors

gnpfonseca avatar pedrocorreia avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

pedrocorreia

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.