said_fox
01-25-2004, 03:35 PM
Hi,
How can I solve the following problem,
I have a nice font, let its name myfont.ttf. What can I do to make the visitor of my website able to view a text on my web page using this font. i.e
<font face="myfont">The text</font>
or in css
.pasket{
font-family: myfont
}
<div class="pasket">The text</div>
Is there any way to make the visitor's local machine to use myfont in displaying the text?:confused:
How can I solve the following problem,
I have a nice font, let its name myfont.ttf. What can I do to make the visitor of my website able to view a text on my web page using this font. i.e
<font face="myfont">The text</font>
or in css
.pasket{
font-family: myfont
}
<div class="pasket">The text</div>
Is there any way to make the visitor's local machine to use myfont in displaying the text?:confused: