Skip to main content

Has anyone experienced issues with trying to add a custom font to a community? I have followed the instructions Salesforce outlined at the link below, but I have been unable to see the changes reflected in my published community. However, I do see them on my end/laptop...just nowhere else.

 

https://developer.salesforce.com/docs/atlas.en-us.communities_dev.meta/communities_dev/communities_dev_customize_font.htm

1 comentário
  1. 14 de jul. de 2021, 00:42

    I am struggling with this as well. I've used this CSS in the global CSS:

     

    @font-face {

    font-family:'Optimist';

    src: url('/sfsites/c/resource/Optimist') content('TrueType');

    }

    This works for Firefox and Chrome but not for Safari. Note that using format('TrueType') doesn't work. Is there a solution for this?

0/9000