How Can I Add a Custom fonts to be used in Content Editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 03:24 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 03:58 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 07:38 PM
Hi @Greg18 , did you find a solution on this? We have similar requirement. Thank you!