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
Try this link1,link2
@font-face { font-family: 'RieslingRegular'; src: url('fonts/riesling.eot'); src: local('Riesling Regular'), local('Riesling'), url('fonts/riesling.ttf') format('truetype'); }