Skip to content

typometre/elusive-iconfont

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elusive-Iconfont

The Elusive Iconfont is an icons webfont, optimized for use with twitter's bootstrap.

For examples & usage see http://aristath.github.com/elusive-iconfont/

Licence: SIL

This Fork add Font Semantic Name support

Inspired by Symbolset http://symbolset.com

An Open-Type ligatures features is now embed to provide a semantic way to directly use the icons. A nice addition which could permit other use of the Elusive Icon Font, as directly in text.

When text is set in the font, you could directly access icons by writing the name of the icon as listed (just change icon- by i-) on the page http://aristath.github.com/elusive-iconfont/

To use the icon-twitter icon, you only need to write i-twitter.

In order to make this feature work, you will need to add specific CSS to classes or ids you which could use this features.

	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

This Fork update the provided webfonts in the /font folder and add a /dev/font/ folder with .fea (feature file for the liga feature), a .otf file and a source .glyphs file (font source for the Mac Glyphs app http://glyphsapp.com/).

Webfonts files were generated by http://fontface.codeandmore.com/.

About

An SIL-licenced (GPL-compatible) icons font for bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%