We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Comments
In our implementation all analysts have Knowledge Manager permissions. The danger of adding more font options is that the articles will lose visual consistency.
I think it would be useful to allow us to define the default formats. Many users have requested that the default font size is enlarged.
Good news you can achieve this using custom.css. Including the following in your custom.css will allow you to set the text size for the end user content area of the KB article:
.article-enduser-content {
font-size: 30px;
}
You could also override the Header styles using this css:
.article-enduser-content h1, .h1 {
font-size: 50px;
}
Additionally if you choose you can also use your own css classes within the Article itself by clicking on the View HTML button of the WYSIWYG and manually applying a custom class which is defined in your custom.css:
Hopefully that gives you some more options to work with