It's a cool idea; but why they are using a png sprite for the icons on their own site?
Pictos Icon Font Server
11–20 of 22 posts
Re: Pictos Icon Font Server
#12Using a font to provide icons on your website. It appears that the Pictos way is a font-replacement method using js? My first thought is that this should be relatively easy to replicate using http://thenounproject.com (or similar) as the source of the icons. I like the idea: kind of an extension of sprites to using the font file as the sprite holder; not sure if that's any more efficient though due to the cross-brows…
Re: Pictos Icon Font Server
#13Re: Pictos Icon Font Server
#14The client list seems to be impressive, but I haven't seen those icons on any mentioned customer... is it true at all?
Re: Pictos Icon Font Server
#15Re: Pictos Icon Font Server
#16What are the advantages in using a remote service for this vs. hosting them yourself? I'm somewhat averse to taking out additional dependencies on other services if no compelling reason exists.
If you want to serve them yourself, that option is there as well. Thanks!!
Re: Pictos Icon Font Server
#17Am I wrong, or is this a terrible rip off? Anybody who has the need for this should be able to host a single $19 file on their site for minimal cost.
Re: Pictos Icon Font Server
#18The one problem that I have with pictograms-as-fonts is anti-aliasing. The designers that I work with spend hours to make their icons absolutely perfect at every pixel size that they'll be displayed at. This is particularly visible when the icon has horizontal or vertical lines. Most of the time you'll want them have a hard edge, and with anti-aliasing you can never be sure you'll get that result.
This will change in a few years when all our screens have high pixel densities, but for the time being I'm sticking with PNG sprites, with hand-tweeked pixels.
Re: Pictos Icon Font Server
#19Re: Pictos Icon Font Server
#20Interesting service, and very well executed. The one problem that I have with pictograms-as-fonts is anti-aliasing. The designers that I work with spend hours to make their icons absolutely perfect at every pixel size that they'll be displayed at. This is particularly visible when the icon has horizontal or vertical lines. Most of the time you'll want them have a hard edge, and with anti-aliasing you can never be sur…
-webkit-font-smoothing: antialiased;
only works in webkit, which is most all mobile and chrome/safari.