Para mayor entendimiento el @font-face lo tengo colocado asi:
Código HTML:
Ver original
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/style.css" rel="stylesheet" type="text/css"/> <style> @font-face { font-family:"heavy"; font-style:normal; font-weight:normal; src:url("http://ppinfo.260mb.org/heavy.ttf"),url("http://ppinfo.260mb.org/heavy.eot"); } body { font-family:"heavy"; } </style>
mi archivo heavy.ttf esta en la raiz de mi servidor, como dije chrome si lo respeta pero ff e IE9 lo omiten