I love font icons and these are great. Thanks for sharing. Two notes: 1) When I first started using font icons, I encountered an issue that might be worth sharing - you need to make sure your web server properly handles the more esoteric file types that are included in the @font-face declaration. 2) Paperclip icon!!!! I'm sad when these icon sets are missing this very useful metaphor for "attachment": not "my dog jus…
1) Good catch. I'll look into what's going on there. 2) I like the idea for a paperclip icon. I'll look into adding that into the next version. Watch the repo or follow @FontAweso_me on Twitter to stay apprised of updates.
Font Awesome, the pictographic font designed for use with Twitter Bootstrap
81–90 of 96 posts
Re: Font Awesome, the pictographic font designed for use with Twitter Bootstrap
#82Brilliant. I absolutely love this, and will absolutely use Font Awesome in my next project. While the name Font Awesome is catchy, it doesn't say much about the product, and won't carry seo juice or meaning for your main selling point: better icons. A name like "fonticons" (pronounced like "emoticons") might be stronger, and you could own that term which may go generic (like "kleenex") if the technique is widely adop…
Re: Font Awesome, the pictographic font designed for use with Twitter Bootstrap
#83Earlier quoted context omitted.
1) Good catch. I'll look into what's going on there. 2) I like the idea for a paperclip icon. I'll look into adding that into the next version. Watch the repo or follow @FontAweso_me on Twitter to stay apprised of updates.
Tried to follow, but guess that handle should be @fortaweso_me, correct?
Re: Font Awesome, the pictographic font designed for use with Twitter Bootstrap
#84Earlier quoted context omitted.
Nice. Definitely let me know how it goes.
Dropped right in. You can see it here: https://skitch.com/cwsaylor/883te/font-awesome-phonegap To get it looking really good, I'll need to play with the button padding and the font size. This is using mini buttons with large icons. I also noticed that the thumbs up/down next to each other has the optical illusion of not looking centered.
Re: Font Awesome, the pictographic font designed for use with Twitter Bootstrap
#85I have web fonts disabled (because of abuse by many developers) and this looks like rubbish. Perhaps there is way to fall back to image icons if font is not available?
Good question. What should happen when people also have images disabled (because of abuse by many developers)?
Re: Font Awesome, the pictographic font designed for use with Twitter Bootstrap
#86Earlier quoted context omitted.
Darn. It's a shame that the icons are the only part of Bootstrap not under the same license. I was hoping this font would change that, but it's going to remain a no-go for commercial sites and apps where the company isn't going to create a "credits" page just to link back to CC-BY licensed stuff. They'll just license Glyphicons instead. In fact, now I'm curious. You took the Glyphicons set and effectively copied it,…
I'm re-considering the license for the font itself. I agree, attribution on a commercial site would not be ideal. Attribution in code, however, seems reasonable. I used the classes from the Glyphicons set for backwards compatibility, but every icon was designed from scratch. If you look closely, you'll notice many of them are quite different.
https://creativecommons.org/publicdomain/zero/1.0/
Up to you, though.Re: Font Awesome, the pictographic font designed for use with Twitter Bootstrap
#87Re: Font Awesome, the pictographic font designed for use with Twitter Bootstrap
#88Earlier quoted context omitted.
I'm re-considering the license for the font itself. I agree, attribution on a commercial site would not be ideal. Attribution in code, however, seems reasonable. I used the classes from the Glyphicons set for backwards compatibility, but every icon was designed from scratch. If you look closely, you'll notice many of them are quite different.
Attribution in code is unworkable if you minify code as it will no longer be there. Coders who are looking that hard will be able to work out where the awsomeness came from. Embrace a sane open source license please, something that would eg allow distribution with Debian.
Re: Font Awesome, the pictographic font designed for use with Twitter Bootstrap
#89The icons look great! The font rendering engine is still the cheapest and most convenient way for having small scalable graphics. Note that this trick is as old as Windows 3.1, as Raymond Chen points out in his blog: http://blogs.msdn.com/b/oldnewthing/archive/2012/01/16/10256... (The blog name "Old New Thing" is spot-on as always :) )
Re: Font Awesome, the pictographic font designed for use with Twitter Bootstrap
#90Earlier quoted context omitted.
I'm re-considering the license for the font itself. I agree, attribution on a commercial site would not be ideal. Attribution in code, however, seems reasonable. I used the classes from the Glyphicons set for backwards compatibility, but every icon was designed from scratch. If you look closely, you'll notice many of them are quite different.
Are you actually planning to sue people for not providing attribution? If not, you might just want to save yourself the headache by using a more permissive license -- BSD and MIT are popular but if you really like Creative Commons, they have the Zero License: https://creativecommons.org/publicdomain/zero/1.0/ Up to you, though.