While I tried to use custom font for my website through the CSS file, I'm not getting the required font and it shows only the default font. Please Check the css code and let me know if any changes needed :)
@font-face {
font-family: Myriad Pro;
src: url('Myriad.ttf');
}
#voicetext{
color:#127bb9;
font-size:16px;
font-family:"Myriad Pro";
text-align:center;
letter-spacing:3px;
}