Embedded fonts

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’ve never done this before, but you can take a look at this tutorial, maybe it would help.

http://hotwired.lycos.com/webmonkey/99/45/index0a_page3.html?tw=design

I have seen that… i tried that also… before dint work out… i know this script works coz i took it from a live example… but i dont know why it aint working when i put my fonts… :-S