Solved
How add custom font in etc/design/clientlibs folder
No text available
Hello @ajeemaww9196509,
If you wish to serve static files from your AEM websites such as fonts and/or images (structural images like icons, background patterns, etc...), then you can:
@font-face {
font-family: "my-font";
src: url("/etc.clientlibs/my-site/clientlibs/clientlib-site/resources/myfont.woff") format("truetype");
}If you wish to further understand how client libraries are created and all its features, be sure to check out these two blogs from sgaemsolutions:
I hope this helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.