AEM Version: 6.5.14
I am trying to use custom font in AEM Forms.
The font is included in AEM clientlibs but won't apply to forms in pages.
I tried to apply font through the theme editor.
For this I followed the Answer of this Question and also followed this blog.
I checked the logs of the com.day.cq.dam.handler.gibson.fontmanager.impl.FontManagerServiceImpl class and found that my font is added to AEM as I can see its name in added fonts list but it didn't appear while selecting font-family in theme editor
Tried restarting but didn't work.
I also added my custom font name in the "Adaptive Form and Interactive Communication Web Channel Theme Configuration.name" service which made my custom font name appear in the theme editor but applying the theme results the style to be "New Times Roman".
Let me know if any other details are need.