user112799
user112799

Reputation: 1625

CSS + FONT + Image replacement

I stumbled on a site yesterday and forgot to bookmark the url. I'm stumped though because google is not helping me trace my steps. The site was basically a text to image converter for preserving your specific fonts in the browser. What made this one unique was that the text was fully selectable, however what was being displayed was the image that was generated using the desired font.

They required a subscription to their service so I disregarded it and moved on. Turns out I left too quickly and I'm interested in trying the product now. Does anyone know what website I stumbled upon, and if they have experience with it?

BTW, I'd recognize the link if I saw it. It was something like freemefont.com or something like that.

Thanks

Upvotes: 0

Views: 1269

Answers (5)

Knu
Knu

Reputation: 15144

Here's a list of commercial webfont service:

if it's not one of these you stumbled on you can try the free alternatives (harder to setup) listed in the other answers.

Ill add to the (free) ones already proposed a php based one:

Upvotes: 0

pixeltocode
pixeltocode

Reputation: 5288

these links should help you out

link1

link2

Upvotes: 0

user241244
user241244

Reputation:

Do you mean Facelift? http://facelift.mawhorter.net/

Another alternative, which I'm pretty sure you don't mean, is sIFR: http://wiki.novemberborn.net/sifr/

Upvotes: 0

viraptor
viraptor

Reputation: 34205

I'm using TypeKit for that - they don't really create images, but rather supply a font via CSS.

Upvotes: 1

Nick Craver
Nick Craver

Reputation: 630627

You may mean cufón: Take a look here. It's at least something like you describe, you upload fonts, and it generates javascript to render the same or as close as possible I guess, as those fonts would.

Upvotes: 1

Related Questions