Earlier quoted context omitted.
It's also an ugly hack to get around the fact that making production graphics for every single icon in every single size/color you may need introduces some serious friction to the development process.
That's only a problem if you lack the proper workflow. If you design your icons in Illustrator using the pixel grid, you can export at any size while remaining pixel-perfect.
Web Designers should all be using this idea by now: Font Icons.
51–60 of 78 posts
Re: Web Designers should all be using this idea by now: Font Icons.
#52They missed one obvious disadvantage - it doesn't work where users force their browser to use a specific font. All I see are letters instead of icons. That said, would it not also make more sense to use codepoints within the "Miscellaneous Symbols And Pictographs" range where possible ( http://unicode.org/charts/PDF/U1F300.pdf ), where you'll find things like volume icons, padlocks, pins, etc. These are missing from…
Trying to introduce a design compatible with a user that specifically overrides your design seems like a losing battle, not one that should even be waged.
Re: Web Designers should all be using this idea by now: Font Icons.
#53Re: Web Designers should all be using this idea by now: Font Icons.
#54They missed one obvious disadvantage - it doesn't work where users force their browser to use a specific font. All I see are letters instead of icons. That said, would it not also make more sense to use codepoints within the "Miscellaneous Symbols And Pictographs" range where possible ( http://unicode.org/charts/PDF/U1F300.pdf ), where you'll find things like volume icons, padlocks, pins, etc. These are missing from…
Trying to introduce a design compatible with a user that specifically overrides your design seems like a losing battle, not one that should even be waged.
Re: Web Designers should all be using this idea by now: Font Icons.
#55They missed one obvious disadvantage - it doesn't work where users force their browser to use a specific font. All I see are letters instead of icons. That said, would it not also make more sense to use codepoints within the "Miscellaneous Symbols And Pictographs" range where possible ( http://unicode.org/charts/PDF/U1F300.pdf ), where you'll find things like volume icons, padlocks, pins, etc. These are missing from…
That would still have the risk of collisions when others use the area for a different character, but at least, the rendering library will have a reason to suspect that may be the case.
Re: Web Designers should all be using this idea by now: Font Icons.
#56Re: Web Designers should all be using this idea by now: Font Icons.
#57I really don't see that this is a good idea. Icons are by definition graphical, they aren't textual. I can see the draw of having vector icons; but we have other technologies for that. I know people are probably going to tell me an "SVG sprite" isn't possible, but I still maintain that abusing fonts and text like this is a bad idea, even if it does bag you cool CSS3 animations.
Apparently, the world thinks the distinction between text and icon is not that large. Yes, that is mostly for pragmatic reasons, as SMS only does text, and people want to send this stuff using SMS, but it is there, and we cannot deny that.
Given that, I do not think we cannot object loudly against the use of application-specific iconic characters.
Re: Web Designers should all be using this idea by now: Font Icons.
#58If you want fast loading use css+single image robust method as in: http://www.google.com/images/nav_logo86.png and http://images.apple.com/global/nav/images/globalnav.png
Re: Web Designers should all be using this idea by now: Font Icons.
#59I like this idea, for simple icons. Standard Unicode code points for symbols could be used to even allow screen readers to read them! Another alternative for pages with simple icons is to use the Data URI scheme: This compresses very well with HTTP content encoding when the same icon is repeated in multiple places in the page: http://en.wikipedia.org/wiki/Data_URI_scheme
Re: Web Designers should all be using this idea by now: Font Icons.
#60There are still serious disadvantages to (ad least the obvious implementations of) the technique, as powerful as it is when it works right. Others on this page mention drawbacks. Not the least of which: It’s not super easy to make a font with just-right glyphs; you cannot guarantee that no users don’t see or hear letters instead of images or alt-text (ooh! anybody remember our blind/accessible users?).
So until I see a post that examines and solves all the potential issues with icon fonts, I have to stay away.
As pointed out below, this blog post is over a year old. Oops.