Hello,
I'm trying to apply custom fonts to my component.
My ttf file location : /apps/<project Name>/fonts/fontFile.ttf
And Error is :
http://localhost:4502/etc.clientlibs<ProjetName>/clientlibs/clientlib-site/components/teaserpromo/styles/Pacifico.ttf net::ERR_ABORTED 404 (Not Found)
So I'm not getting actual path for font file.
Correct me if i'm wrong.
Thanks for help.
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
check We-retail/WKND project for how/where fonts are stored.
Move fonts under clientlibs so that you don't require a 'proxy' and simply use relative path to fonts folder in your less file.
change
/apps/<project Name>/fonts/fontFile.ttf to /apps/<project Name>clientlibs/...../fonts/fontFile.ttf
check - Custom Fonts in AEM Sites
Views
Replies
Total Likes
I put font file in clientlib - resource folder.
It worked.
Thank you.
Views
Replies
Total Likes
I moved the font file into the clientlib's resource folder, and now it's functioning perfectly.
Appreciate the assistance!
Views
Replies
Total Likes