- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2018 12:32 AM
Hi!
Is it possible to change the Default Font Family and Font Size when creating new Knowledge Articles via some kind of configuration?
Or is the only possible way around to use Templates?
Regards
Anders Bogsjö
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2018 01:31 AM
Try with this code:
<p><span style="font-family: serif, sans-serif; font-size: 12pt;"> </span></p>
Please, remember to mark Correct or Helpful if you find my response useful.
Cheers
Alberto

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2018 12:41 AM
Hi Anders,
You can right click the "text" html field and choose "Configure dictionary". Then insert this into the default value
<p><font-size="5" font-family="times">Text</font></p>
Then all new kb articles will start with this font size and font family.
Keep in mind that it's not possible to start with an empty field, as the editor will not accept an empty paragraph tag, only with a font size in it.
Hope this will fit your need.
Please, remember to mark Correct or Helpful if you find my response useful.
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2018 12:48 AM
Have you tried using instead of dummy text and seen if that works?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2018 11:17 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2018 11:47 PM
Try this <p><span style="font-family: verdana, geneva; font-size: 12pt;"> </span></p>