- Products
- Solutions
- Resources
- Trials
- Support
- Partners
- Communities
Hello Dominic,
Angular considers the font family setting to be part of the theme, so the correct and intended answer is to deploy a custom theme -- the font is defined on the first line here:
https://github.com/OneIdentity/IdentityManager.Imx/blob/v92/imxweb/custom-theme/custom-theme.scss
I know of some more pragmatic approaches. Automatically replacing all occurrences of the string "Source Sans Pro" with "Arial" inside Html_qer-app-portal.zip, then redeploying the ZIP file as a custom app also seems to do the trick as you are ultimately just patching CSS.