Jake
Jake

Reputation: 1177

Can I replace an image with a custom font?

On my website I'm currently using image files to represent custom fonts. I'm wondering if I can replace this with actual text but with a font that may not be installed on the viewer's system. How can I achieve this? Thanks

Upvotes: 0

Views: 56

Answers (2)

Benjamin Wohlwend
Benjamin Wohlwend

Reputation: 31828

This is possible (with certain restrictions) using @font-face. For a great introduction, read this.

Upvotes: 1

700 Software
700 Software

Reputation: 87783

This seems to be a very good choice if you don't mind that the user cannot select and copy your text.

http://cufon.shoqolate.com/generate/

Upvotes: 1

Related Questions