Hi everyone,
I have custom font file which is in format open type font file. I have uploaded inside the public resources and tried referring my css as below:
body {
font-family: : xxxxOTFLight;
src: url('https://xxx.adobe-campaign.com/res/xxxx/xxxxOTFLight.otf');
}
but I dont see the font family applied in my html. Please suggest.
Thank you in advance