Solved
How to consume font from an OTF file in AEM ?
Any help will be appreciated pointing me to ways of consuming fonts from a OTF file.
Any help will be appreciated pointing me to ways of consuming fonts from a OTF file.
Hi,
Please check Accessing remote fonts on Client’s system by @font-face | TO THE NEW Blog
e.g.
@font-face {
font-family: CustomFont;
src: url('CustomFont.otf');
}
@font-face {
font-family: CustomFont2;
src: url('CustomFont2.otf');
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.