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.
1 条评论
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?