
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
As best practice, we advise our customers to use the system fonts provided with an instance. However, for those who do not wish to be limited with the out-of-the-box offerings there is a workaround. The Upload File module is obsolete in Fuji denying you the rights to upload to the /scs directory. This catches many people offguard especially those following the instructions from ServiceNow CMS fonts by ServiceNow Elite by Mike Kaufman.
You can utilize the [sys_attachment] table to put font files into CMS. See Uploading Attachments - ServiceNow Wiki to understand how attachments work.
In the following example I have attached the font Lato-Regular to an incident record
Once the file has been uploaded you should be able to access it by navigating to <your_instance_name>.service-now.com/sys_attachment_list.do, or typing sys_attachment.list in the navigator. Sort the records by date or locate the file name
- Double click on the Table sys ID column on the record and copy the value. You will need this to reference the font file
- Use the Navigator to traverse to Content Management > Default CSS - Base Styles.
- Add a @font-face rule to the style sheet you are using for your CMS portal. Ensure you reference the URI location of the font in the attachment table
4. Do not forget to set the font-family key value pair where you require in your style sheet
Finally load up your portal and admire your new style.
Some related helpful information can be found in:
- 3,352 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.