Hi, i am trying to add a custom font to my site, so far i made it, adding this:
@font-face {
font-family: "BreeThin";
src: url('
http://www.undogo.com/testcore/core/user/gfx/BreeThin.eot'); src: url('
http://www.undogo.com/testcore/core/user/gfx/BreeThin.ttf'); src: local(BreeThin), url('BreeThin.ttf') url('BreeThin.eot') format('opentype');
}
to my basics.css file
The bug i am trying to avoid is that it first loads the arial font and a moment later the new font i want... any idea how to fix this?
Thanks!
best,
Martin