Hello experts!
I am trying to import a custom font to a survey using the CSS script below.
@font-face{
font-family:'SST W20 Roman';
src:url('./SST-W20-Roman.eot?#iefix');
src:url('./SST-W20-Roman.eot?#iefix') format('eot'),url('./SST-W20-Roman.woff2') format('woff2'),url('./SST-W20-Roman.woff') format('woff'),url('./SST-W20-Roman.ttf') format('truetype'),url('./SST-W20-Roman.svg#SST-W20-Roman') format('svg');
}
body {
font-family: 'SST W20 Roman', Verdana, sans-serif;
}
But, the survey is not loading the 'SST W20 Roman' font but loading Verdana font which is the 2nd choice option.
Can anyone tell me why this might be happening?
Thank you!
Haemin
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.