jazzman121
March 18th, 2003, 03:06 PM
in html.. im trying to use embedded fonts anyone know anything about this?
I tried using
@font-face {
font-family: cathertone;
font-style: normal;
font-weight: normal;
src: url(cathertone.eot);
}
.sar { font-family: "cathertone"; font-size: 8;}
<div align="center" class="sar">test</div>
but doesnt work :S what am i doing wrong?... its working on my computer coz the font installed on my computer.. but on another pc which doesnt have the font.. doesnt work? i have the .css style sheet and the .eot embedded font file in the same folder...
I tried using
@font-face {
font-family: cathertone;
font-style: normal;
font-weight: normal;
src: url(cathertone.eot);
}
.sar { font-family: "cathertone"; font-size: 8;}
<div align="center" class="sar">test</div>
but doesnt work :S what am i doing wrong?... its working on my computer coz the font installed on my computer.. but on another pc which doesnt have the font.. doesnt work? i have the .css style sheet and the .eot embedded font file in the same folder...