Font Embedding for use into Content Scroller

Hi guys,

I’m developing a site where I use a ‘ContentScroller’ for text.
I would like to embed a font into the Scroller, so every browser displays the same font-type.

I’ve added this into my code:

@font-face {
    src: url(http://www.moniquetevenie.be/camera/demo/FASHIONV.eot);/* IE */
    src: local("FashionVictim"), url(http://www.moniquetevenie.be/camera/demo/FASHIONV.TTF), format ("truetype");/*non-IE */     font-family: "FashionVictim";

hoping that I would get the desired effect, but sadly that is not the case.

This is the link to the page:
http://www.moniquetevenie.be/camera/demo/index.html

All help is appreciated !!