CSS Help ( Edit )
Thanks for the posts! It worked! Ok I remembered what I had to ask :
I'm using CSS font Embedding on my site, and it works fine when i'm previewing it in IE via Dreamweaver 8 ( coz embedding is not supported by FF ). When I upload it on my server, the font is not embedded! Any ideas? * I can't really post the source code because it's pretty long :(.*
Hey, It should work in firefox as its a standard. Eg.
<p style="font-family:courier, serif;font-weight:bold">
The above thing should work. Check the following URL:
http://www.w3schools.com/css/css_reference.asp#font
Thomas
This would work, but it's not what I want to do…
I'm using custom fonts, which were done in Microsoft WEFT to put them in .eot files. It works locally, but not remotely…
Here's my test server : http://www.pixel.dajoob.com/index.html
Check it out and tell me what ya think!