Tagged Questions

41
votes
14answers
24k views

SIFR vs Cufon vs Typeface.js

With browser support / licensing issues of @font-face (a feature of CSS3), which intermediate option do you prefer? Cufon,Typeface.js, or SIFR? Cufon is new but has been getting a lot of praise from ...
1
vote
2answers
1k views

Embedding commercial fonts into websites

Good evening ladies and gentlemen! Searching for a cross-browser solution to embed commercial fonts like HelveticaNeue or Univers etc. I found some promising approaches. First of all I will enlist ...
0
votes
1answer
52 views

TYPEFACE.JS Selecting different fonts

I'm trying to create a font preview form like on dafont.com or a similar website using typeface.js. I'm having trouble getting typeface.js to render font for anything but a heading tag. Further, how ...
0
votes
0answers
66 views

Creating Font Preview Form - Rendering User Text With Embedded Fonts

I'm attempting to allow a user to enter text in a textbox, select a font from a dropdown menu, click submit, then see their text displayed in the font that they selected. Much like what you see on ...