Hi, I'm trying to create config.author to enable printing CJK (Chinese, Japanese, Korean) fonts in Assets annotation comments. AEM as a Cloud SDK version I'm using is from 2020 December.
I know that we can set fonts easily by putting font files under crx-quickstart/fonts, but I'm not sure if we can include fonts stored under /apps/<myproject>. I need to create config.author and make it go through the CICD pipeline in Cloud Manager. Is it possible? Any ideas how to do it?
Here's the node structure under /apps/<myproject> in my environment:

Properties for "com.day.cq.dam.handler.gibson.fontmanager.impl.FontManagerServiceImpl":

Properties for "com.day.cq.dam.core.impl.annotation.pdf.AnnotationPdfConfig":

I restarted my AEM instance but still not working...
Thanks in advance 🙂