Skip to main content
New Idea

Arial portal font

Related products:Freshdesk
  • September 28, 2023
  • 1 reply
  • 20 views

Kaley White
Contributor
Forum|alt.badge.img+7

I’d like Arial to be available as the portal font.

 

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+3
  • Skilled Expert
  • October 10, 2023

Hi Kaley,

This can very easily be accomplished via custom styles.

On Admin → Portal → Customize → Edit → Pages, Stylesheet (CSS), add:

body {
font-family:Arial,sans-serif;
}

This will override the settings you’ve chosen on the other screen.