I am trying to add a custom font to my Cumulocity application via the branding.less file. I have create a folder called assets/fonts in the project root directory to hold my .ttf file and assigned it to a custom variable in my style sheet:
Thanks a lot. I added the property to my package.json as you suggested and it is displaying the new font after I uploaded the new application to the tenant.
Sounds like a style issue. When the font is loaded the headline might not have the right CSS class or style assigned. You can investigate the applied styles in the dev-tools (Chrome or Firefox), right-click on the headline and select “inspect”.