jitendra
jitendra

Reputation: 209

How to use icons from ttf file

We have Lean Symbol ttf file. We want to use that in our application. We have added that one in our application but don't know how to use it. Like other i.e. glyphicons ttf we use class for accessing its icon representation etc. How I can do w/ this?

We have LeanSymbol.ttf file. When I open it by double click I get this one http://snag.gy/Rwi9Q.jpg We want use these icon in our application but don't know how to access that icons.

Upvotes: 0

Views: 5657

Answers (2)

whoacowboy
whoacowboy

Reputation: 7447

Go to ForntSquirrel's web font generator.

Upload your font.

Download your kit.

The zip that you download has all the fonts in web format and gives you some great examples of how to use them.

You might want to consider using font awesome, which is awesome.

Bootstrap also includes Glyphicons as one of their components.

Upvotes: 3

Sean Stopnik
Sean Stopnik

Reputation: 1868

Use something like font squirrel to convert the font into a web font. You can then add the generated font-face css to your stylesheet.

Upvotes: 0

Related Questions