Giter VIP home page Giter VIP logo

elusive-iconfont's Introduction

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/.

elusive-iconfont's People

Contributors

aristath avatar typometre avatar jdeniau avatar

Watchers

 avatar

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.