I am working on a application which is developed in Oracle ATG. As part of the front end development I have included some custom fonts to make the UI better. This is achieved using CSS3 font-face properties. The font resource files are located in the same code base with extensions of "*.ttf","*.otf","*.woff" and "*.svg" formats.
After deployment, The fonts are not loading properly in browser. In browser console I could see error says "Cannot decode the file". Also I am not able to directly access the file URLs in browser.
Kindly help me to solve the issue.
Thanks in Advance,
Shiljo