Hi,
I’ve updated to 3.6.1 and the custom fonts specified in the Child Theme are not displaying. I have the exact set up on my test site and they seem fine. Btw, this is with Chrome, Firefox, Vivaldi, and Edge.
The site seems to display fine in Safari.
Any ideas?
Hey MilitaryAffairs,
Thank you for reaching out to us. Please send us the path to the fonts uploaded in the live site and also let us know if the @font declaration is used in the child theme styles of the live site?
Best regards,
Vinay
This is what is contained in the child theme style sheet:
@font-face {font-family: “segoe-ui”; src: url(resources/segoeui.woff) format(‘woff’);}
@font-face {font-family: “segoe-regular”; src: url(resources/segoe.woff) format(‘woff’);}
@font-face {font-family: “segoe-semibold”; src: url(resources/segoe_semibold.woff) format(‘woff’);}
h1, h2, h3, h4, h5, h6, p, body {font-family:”segoe-regular”;font-weight:normal;line-height:120%;}
Hi,
Can you please try adding your custom font by referring to this post – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/?
Best regards,
Yigit