While I was trying to use a custom font for my site through a CSS file, I am not getting the required font and it only shows the default font. Please check the css code and let me know if any changes are 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; }
user656521
source share