We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Apply Custom Font to Service Operations Workspace

Aman Verma2
Tera Contributor

Can someone help me how can we change font of whole SOW to a custom one?

I have tried doing it by adding UX Theme Asset under "Service Operations Workspace Theme"

AmanVerma2_0-1749042047465.png

AmanVerma2_1-1749042137105.pngAmanVerma2_2-1749042167614.png

 

 

Asset Properties :

 

@font-face{
font-family:'Aptos';
src: url('/sys_attachment.do?sys_id=6f76352a836d6290c9589e30ceaad343');
font-weight: normal;
font-style: normal;
}

h1,h2,h3,h4,h5,h6{
font-family: "Aptos";
}
body{
font-family: "Aptos";
}

 

1 REPLY 1

palanikumar
Giga Sage

Hi,

You can check this article. This will be helpful

https://www.servicenow.com/community/next-experience-articles/next-experience-ui-theming-overview/ta...

 

Thank you,
Palani