Default font
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2019 11:13 PM
Hi All,
What is the default font family and font size for the article body text box in a kb article?
As we can see from below screenshot there are no default settings.
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2019 11:21 PM
Hi
When you write something in the article , it embeds it into a HTML code in <p> tag. Now the default font-size of 16px, and its line-height is 1.5. The default font-family is "Helvetica Neue", Helvetica, Arial, sans-serif. In addition, all <p> elements have margin-top: 0 and margin-bottom: 1rem (16px by default).
Mark correct if it helps.
Regards,
Omkar Mone.
www.dxsherpa.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2019 03:22 AM
Hi Omkar,
Thank you for the reply!
Could you please let me know where this is being configured in system?If we want to modify the same,where I can go and change it?
Regards,
Aswathy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2019 09:13 PM
Hi
It is not modified in the system. it is the HTML tag they have created in that way. If we need to change the default font then maybe we need to add some sort of css to that <p> tag by going into the HTML code of that article text.
Regards,
Omkar Mone.
www.dxsherpa.com

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2019 10:31 PM
Hi Swathy,
You can right-click the "text" HTML field and choose "Configure dictionary". Then write below code into the default value:
<p><font size="5">Type here</font></p>
Regards,
Ajay