There may be a good use-case somewhere but please use with caution.
Web Designers should all be using this idea by now: Font Icons.
61–70 of 78 posts
Re: Web Designers should all be using this idea by now: Font Icons.
#62The post acts as if the idea is really new (some article is said to have introduced the idea "one week ago") but I have seen this in practice at least months ago. It’s not a new idea. But there are reasons it hasn’t taken off like crazy. There 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…
Re: Web Designers should all be using this idea by now: Font Icons.
#63Personally not impressed by the random CSS3 based animations from a compatibility perspective.
Re: Web Designers should all be using this idea by now: Font Icons.
#64They 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…
Or where the user configures his browser not to use downloadable fonts, like I do.
Re: Web Designers should all be using this idea by now: Font Icons.
#65I 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
And if your user visits more than one page on your site, you've successfully killed asset caching. More data for your server to send _and_ a slower experience for the user, losses all round
Re: Web Designers should all be using this idea by now: Font Icons.
#66They 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.
#67I 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
And if your user visits more than one page on your site, you've successfully killed asset caching. More data for your server to send _and_ a slower experience for the user, losses all round
Re: Web Designers should all be using this idea by now: Font Icons.
#68I think these icons are great for protyping/design mockups.
Re: Web Designers should all be using this idea by now: Font Icons.
#69Re: Web Designers should all be using this idea by now: Font Icons.
#70how about using the most common font? (arial) that should take out all your worries on @font-face