Live data from Hacker News

Pictos Icon Font Server

pictos.cc

1–10 of 22 posts

Re: Pictos Icon Font Server

#2
Using 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-browser issues of webfonts.

Re: Pictos Icon Font Server

#3
post #2

Using 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…

It's a custom font set, using css @font-face like Typekit, and Google Fonts are for example.

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

#7
Pictos & Pictos Font have been around for a while, and my bet is that the vast majority of UX/UI Designers know of Drew Wilson's work. This is an extremely clever solution for an age old problem: As designers, we can now enable our clients to swap out icons to match their updated text/copy content.

Re: Pictos Icon Font Server

#9
What 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.
Post reply on HN