How to embed a font in website

Posted by Mayur on Stack Overflow See other posts from Stack Overflow or by Mayur
Published on 2010-05-27T05:47:40Z Indexed on 2010/05/27 5:51 UTC
Read the original article Hit count: 277

Filed under:
|

Hi All,

I am trying to embed my custom font in my web site, got a link folder from http://www.fontsquirrel.com/fontface/generator this site after uploading a font on this site, it gives me a css

@font-face { font-family: 'VoltaEFTU-Regular'; src: url('voltaeftu-regular-webfont.eot'); src: local('?'), url('voltaeftu-regular-webfont.woff') format('woff'), url('voltaeftu-regular-webfont.ttf') format('truetype'), url('voltaeftu-regular-webfont.svg#webfonttKmU3jX8') format('svg'); font-weight: normal; font-style: normal; }

but its not working in my machines how can i embed a font in my web site....

Thanks Mayur Mate

© Stack Overflow or respective owner

Related posts about html

Related posts about css