Hello All,
Maybe one of you can help me with this. I would like to know how to embed fonts in my web page? I have seen it done on other sites and would like to do it on mine.
Any help is appreciated.
Hello All,
Maybe one of you can help me with this. I would like to know how to embed fonts in my web page? I have seen it done on other sites and would like to do it on mine.
Any help is appreciated.
can you give us an example please.
P.C. Tweakr - For all your computer and internet support
P.C. Tweakr - For all your SMF help and support
Has something to do with WEFT...more info...
http://www.pcmag.com/article2/0,1895,1306847,00.asp
Would you not just use this but change some things in it ? Or am I completely wrong ?
<STYLE >
@font-face {
font-family: fontname;
font-style: italic;
font-weight: normal;
src: url(fontname.eot); }
</STYLE>
P.C. Tweakr - For all your computer and internet support
P.C. Tweakr - For all your SMF help and support
Thanks...I'll do it your way...the easy way.
Thanks NedreN!!!