font face properties of font selector is not working in my website
Posted
by
Mayur
on Stack Overflow
See other posts from Stack Overflow
or by Mayur
Published on 2010-07-08T07:39:20Z
Indexed on
2010/12/27
3:53 UTC
Read the original article
Hit count: 190
Hi All,
I m getting a problem while embedding a font in my web site i m using a css3 rule of font selector code is
@font-face {
font-family:'VoltaEFTU-Regular';
src: url(/fonts/VoltaEFTU-Regular.ttf) format("truetype");
}
.sample { font-family: 'VoltaEFTU-Regular'; font-size: 10em; }
I put my volta font in truetype format in fonts folder of my website folder but its not working my html code is :
typetrigger© Stack Overflow or respective owner