Quote:
Originally Posted by Turtle91
<p class="specialfont">This goes at the beginning of paragraphs to which you want the special font applied.</p>
This goes in the stylesheet:
@font-face {font-family: yourFont; src: url('yourfontfile.ttf');}
p.specialfont {font-family:yourFont, cursive}
Replace:
yourFont with the name you want to use for your font
yourfontfile.ttf with the filename of your special font (.ttf/.otf, or .eot -for IE)
cursive with whatever fallback font you want to use if the reader doesn't have or support your embedded font. Make sure you surround the name with quotes if it has any spaces in it.
=======
Does that work Diap??
|
All that was in my sample stylesheet in post 2