I'm trying to embed my own font on my site, got a link to the link http://www.fontsquirrel.com/fontface/generator on this site after uploading the font to this site, it gives me this 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 it does not work on my machines. How can I embed a font on my website?
Thanks Mayur Matt
source
share