Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 06:41 AM
Hi,
Is there any possibility to change the font for entire Portal. Let me know the best way to change the font if possible.
Thanks & Regards
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 07:45 AM
- Open the portal record [sp_portal]
- Open the theme record of the portal [sp_theme]
- In 'CSS Includes' related list, create a new record
- Source: Stylesheet
- In Stylesheet reference field, click on the look up, and create a new stylesheet record [sp_css] from from within the pop-up window.
- Define the font as needed using normal CSS.
- If you are using custom fonts and uploading them, then you will have to reference the the attachments, e.g.:
@font-face{ font-family:'MyCustomFont'; src: url('/sys_attachment.do?sys_id=3274af4a8793f010c11d85170cbb3506'); font-weight: normal; font-style: normal; } html * { font-family:'MyCustomFont'; }
- If you are using custom fonts and uploading them, then you will have to reference the the attachments, e.g.:
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Did the change have an effect on your KB articles too ?
