I want to use some fonts and I want it to work without having this font on the client computer. I have done this but doesn\'t work:
@font-face { font-fam
Go through http://www.w3.org/TR/css3-fonts/ Try this:
@font-face { font-family: 'EntezareZohoor2'; src: url('EntezareZohoor2.eot'); src: local('EntezareZohoor2'), local('EntezareZohoor2'), url('EntezareZohoor2.ttf') format('svg'); font-weight: normal; font-style: normal; }