I was trying to embed few hebrew fonts to a website.
using this code in my css file :
@font-face { font-family: tamruta; src: url('/css/tamruta.eot'); src: local(tamruta), url('/css/tamruta.ttf') format('opentype'); }
it supposw to work on all browsers. some how it doesn't work, and I have a massage while trying to upload the application (working with appengine) :
Could not guess mimetype for css/tamruta.ttf. Using application/octet-stream. Could not guess mimetype for css/tamruta.eot. Using application/octet-stream.
Do you have any idea? or maybe another way to embed fonts to my website.
thanks, arik