Pictos Icon Font Server
pictos.cc
Pictos Icon Font Server
1–10 of 22 posts
Re: Pictos Icon Font Server
#2I 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-browser issues of webfonts.
Re: Pictos Icon Font Server
#3Using 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…
So so just like characters in a font, the icons can use the same text effects like any other text, like size, coloring, gradients, text-shadows and etc, which can save you a lot of time and maybe bandwidth too.
We used Pictos fontset on our RailsRumble app (http://splendidbacon.com) a while back and it was much better and faster experience for me, than building the different icon colors & sizes in Photoshop like usually.
Re: Pictos Icon Font Server
#4Re: Pictos Icon Font Server
#5It's a cool idea; but why they are using a png sprite for the icons on their own site?