font face properties of font selector is not working in my website
- by Mayur
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