Skip to content

cognitom/symbols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symbols

The Template of Symbol Fonts for Web.

Caution: This repo is not maintained. Symbols for Sketch has been released. Check it out!

Illustrator   Glyphs mini

symbols.ai

This is a template file to create symbols (icons) on Illustrator CS6.

  • 1792 x 1792 px : it means optimised to 14px or 28 px
  • 64 documents : it means that you can create symbols on a single file)

symbols.glyphs

This is a template file to create a font on Glyphs mini or Glyphs.

  • 1792 x 1792 px : identical to the Illustrator template above.
  • U+F700 ~ U+F73F are already assigned. These unicode numbers are in PUA (Private User Area).

How to use?

  1. Download this repo.
  2. Create symbols on Illustrator with symbols.ai template.
  3. Copy vector image and paste into symbols.glyphs.
  4. Export the font to "fonts" directory as OTF from Glyphs mini.
  5. Convert OTF to webfont formats. See @font-face kit generator. Put your converted fonts into "fonts" directory.
  6. Check your font exported correctly. See test.html.
  7. Rewrite symbols.css as you like :-)

Advanced

You can generate webfonts locally. After you export the font as OTF, try following.

  1. If you haven't install FontForge and other tools, install these software. See the instruction written by mekkablue.
  2. Modify Meta.xml to add your license information.
  3. Go to the directory of your repo. cd your/repository
  4. Execute this script. sh webfontmaker.sh Then webfont files will be automatically created in "fonts" sub directory.

Appendix

webfontmaker.sh is originally created by mekkablue. See more detail here…

About

The Template of Symbol Fonts for Web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published