twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://getbootstrap.com
MIT License
170.56k stars 78.85k forks source link

create my custom icons #3459

Closed hongclub closed 12 years ago

hongclub commented 12 years ago

hi,

I am using bootstrap, it is great. Get to a point i need to create some custom icons to match our design.

Since i want to make our development consistent ... i will match to the way similar to how bootstrap creating icon. Create something like glyphicons-halflings.png, then use css to pull them out.

Anyway suggestion? basically i will create my custom .png, then add some css to pull them out.

hongclub

thezoggy commented 12 years ago

make your glyph style images, put them in a folder and then use http://csssprites.com/

or go the other way just creating a font with your images and load that http://fontello.com/

mdo commented 12 years ago

Sounds about right.

hongclub commented 12 years ago

seems csssprites fit me better ... the fontello is very in interesting, so for fontello.com basically i just need to pick their available images ... generate a package? after i generate the package i don't see any png file