Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Two options (aside from SIFR and Cufon as others have noted):</p> <p><strong>Specify a custom font via CSS:</strong></p> <p><a href="http://www.456bereastreet.com/archive/200710/the_resurrection_of_downloadable_web_fonts/" rel="nofollow noreferrer">http://www.456bereastreet.com/archive/200710/the_resurrection_of_downloadable_web_fonts/</a></p> <p><a href="http://www.richinstyle.com/guides/fontface2.html#src" rel="nofollow noreferrer">http://www.richinstyle.com/guides/fontface2.html#src</a></p> <p><strong>Create static images:</strong></p> <p>As you have noted create images for each header using the custom font - this would also present a hurdle to anyone who wants to copy the font. (Of course, they could always trace a font from the graphics containing the font and easily create a TTF from it).</p> <p>The main strike against is this question is the following:</p> <p>"I'd like to be really sure nobody can use the font on their own web sites or download a copy"</p> <p>Really? Without using static images/flash/SIFR/Cufon, a user will need to download a copy of a font to their computer in order to render the font in their web browser. Once you give a copy to the user you can't really expect to control whether they use it on their own web site. Again, it's trivial to copy a font from a static image and create a TTF for the whole world to copy - see sites like <a href="http://www.dafont.com/" rel="nofollow noreferrer">http://www.dafont.com/</a> for examples of famous fonts copied (as an example, the Tranformers font: <a href="http://www.dafont.com/search.php?psize=m&amp;q=transformers" rel="nofollow noreferrer">http://www.dafont.com/search.php?psize=m&amp;q=transformers</a>)</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload