Reputation: 1177
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
Reputation: 31828
This is possible (with certain restrictions) using @font-face
. For a great introduction, read this.
Upvotes: 1
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