Service Portal font
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2017 03:06 PM
I'm new to SP and played around with getting a specific font to render on my page. In my theme, I have a CSS Include that had the following:
* {font-family: Arial Black,Arial Bold,Gadget,sans-serif;}
a {color: $white;}
a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color: $green;}
When I submitted this, the 'a' colors changed as expected, but none of the fonts changed to Arial Black. However, when I took the first line out and put it in its own separate CSS Include, all the fonts changed. My question is do font families have to be in its own separate Style Sheet in order for it to work?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2017 10:27 AM
David, It shouldn't matter... it's just CSS and since the fonts are hosted on Google the scope shouldn't make a difference.
Please validate the following:
- You are including the font using a stylesheet in your theme (using URL pointing to Google). You should be able to validate wether this is working by searching for the font in Chrome Developer Tools.
- You have a CSS rule referencing the font, and that you're using the correct name (with quotes if it contains a space)
If it's still not working, please inspect an element on that page that you would expect that use the font, and make sure the style is being applied and has high enough specificity and not being overwritten.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2017 04:01 PM
Hi Nath ,
Using Custom Fonts In Service Portal - ServicePortal.io - Service Portal, CMS, and Custom Apps
Option 3 does not work for end users as they do not have access to attachment records how can we fix this.
Regards
sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2017 08:50 AM
Hi Sam,
We are also facing same issue with Option 3 approach. Were you able resolve your issue or any suggestions?
Thanks,
Mahesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2017 02:25 PM
With help from my teammates, I solved this issue. Create an ACL to allow READ access to the "sp_css" table, within your application scope. That fixed the issue for me!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2017 09:37 PM
Hi Amanda,
I do the same , ACL on sp_css table.
Regards,
Mahesh