Increasing the OOTB Font Size for Articles

Jon Collins2
Kilo Sage

Hi Folks, 

Is there a straightforward way to increase the OOTB font size from Verdana 8, to Verdana 10, but also increase all of the header sizes (h1,h2, etc...) a size too? 

We recently had a developer attempt to adjust the OOTB font size for knowledge articles, but they also changed the default font family, and it utterly broke the header function for KB articles. I am hoping someone has figured out a straight forward way to simply "up" the font sizes on articles for everything from Paragraph to Headers. 

Thanks in advance. 

3 REPLIES 3

Mahesh23
Mega Sage

Hi,

Please refer below thread might be helpful to you

https://community.servicenow.com/community?id=community_question&sys_id=3d4ba3e7db7d67809540e15b8a96...

 

Please mark my response as correct answer or helpful if applicable 

Andreas Jansson
Kilo Expert

This is something we are looking for as well.

We have already set the default to Verdana 10 according to above link, but we need to be able to set all the presets as well, like Heading 1, 2, 3 and so on...

The headings are standard html tags <h1>, <h2> etc. There is no styling within the article itself.

The styling of the tags comes for the page where the kb article is displayed. Therefore you would have to adapt the styling on the particular pages (e.g. mobile could need another font size, than the service portal).

 

For Service Portal you could open the KB Article Page and add some custom css, e.g

h1 {
    font-size: 15px;
}