Tagged: CSS, custom fonts
I created a child theme that works great. I’m now trying to add some custom fonts to my child theme but they are not working. I have the @import and @font-face code in the child theme css (See below) and the Fonts directory in the child theme as well but not working. If I simply place a demo file and a Fonts directory in the top level of my site, they work so I assume it’s something with WordPress or the theme.
I found an old reply and tried to add this to the parent theme by putting the fonts in the CSS directory and then adding the @font-face tags to the custom CSS file.
Still no go. No idea what I’m doing wrong.
The fonts aren’t being loaded properly here:
http://lyon.mediumstudios.com/
But if I just upload the demo file and Fonts directory to the top level of the directory outside of wordpress they work:
http://lyon.mediumstudios.com/demo.htm
So I’m thinking it’s something within the theme?
Closed. Issue was fixed here – https://kriesi.at/support/topic/custom-webfont-for-child-theme/