How Can I Add a Custom fonts to be used in Content Editor

Greg18
Tera Contributor

Hi,

 

We have a requirement to use a custom company font in the content editor that can be used on banners, news, rich content, etc. How can I add additional choices to be available there? 

 

Thanks,

Greg

2 REPLIES 2

tharun_kumar_m
Mega Guru

Hi Greg,

 

Sorry, I believe there is no option to add custom font to be available in font Drop-down of the text editor.

But you can always add the font via the source code.

<p><link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet" /></p>
<style>
body {
    font-family: 'Poppins';
}
</style>

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0754969 

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumbs up.

 

Best regards,

Tharun Kumar

Clarice Ara_ez
Tera Contributor

Hi @Greg18 , did you find a solution on this? We have similar requirement. Thank you!