So I've got this code:
@font-face {font-family: "Veger"; src: url('Fonts/Veger(light).ttf'); }
@font-face {font-family: "Kloe"; src: url('Fonts/ff4a_kloe_thin-web.ttf'); }
And the fonts aren't displaying on Internet Explorer, which is a problem. I've done some research, and I'm pretty sure the problem is that they need to be .eot, not .ttf. The problem is that I can't seem to change them to .eot, and I'm not sure it's possible. How do you rename them, exactly? I tried the obvious "add .eot to the end," and that just made the file name "Veger(light).eot.ttf... which didn't work.