Hi,
Try adding your font and then add this in Customize > Additional CSS:
.site-title { font-family: Arial; }
Or whatever font name you include with @ font face.
For some reason I am unable to load the font with @font-face. I am in a multisite environment and perhaps I don’t know how to set the right url for the font file (.otf o .woff).
Where should I put the @font-face declaration? In responsive.css in the child theme folder? And how can I access it?
Thanks
All fixed, there must have been a problem with the .woff files…
Thanks for the support!