Question
Evonsys
Evonsys
IN
Evonsys
Posted: Sep 4, 2025
Last activity: Sep 8, 2025
Last activity: 8 Sep 2025 3:49 EDT
Can we use two different fonts in Pega Constellation Application?
Is there any possibility to use two different fonts in pega constellation application if yes, what would be the easiest way to apply two levels of font themes. One for headers/titles and secondary font for paragraph text/everything else.
@Rajashekar Reddy CH
Yes, you can use two fonts in a Constellation app. The simplest path is to open your Web channel in App Studio, go to Styles → Typography, and set a Heading font for titles and a Body font for paragraphs and everything else. If your fonts aren’t built-in, upload the font files (WOFF2 preferred) as binary files in the application and then select them in Typography; avoid linking to external CDNs if your environment blocks them. Use sensible fallback stacks (for example, “YourFont, Arial, sans-serif”) so text still renders if the custom font fails. If Typography doesn’t expose both choices in your version, create a Theme Extension and set the design tokens for heading and base font there. Keep overrides at the theme level don’t sprinkle custom CSS in individual views. Verify accessible contrast and readability at common sizes and weights. After changes, clear caches and test across portals to confirm everything picks up the new fonts.