I have uploaded a custom font to the fonts folder of the parent Retro-4 theme. I'm trying to call the font using the @font-face in the child style.css file and use the font in the nav menu. I'm placing this script in the child style.css but the font is still not showing as desired.
When using firebug on firefox browser, I can see the style.css scripts that has all the @font-face calls in it. But when I go through the files provided for the theme, I cannot locate it.
I am trying to figure out what\'s the issue. For what I can see, your custom font works fine. Please, re-open this ticket and provide more detailed informations if you still need support.
I have uploaded a custom font to the fonts folder of the parent Retro-4 theme. I'm trying to call the font using the @font-face in the child style.css file and use the font in the nav menu. I'm placing this script in the child style.css but the font is still not showing as desired.
When using firebug on firefox browser, I can see the style.css scripts that has all the @font-face calls in it. But when I go through the files provided for the theme, I cannot locate it.
@font-face {
font-family: "Bearlouperegular";
src: url("http://www.chrisfernandez.net/boombalattis/wp-content/themes/Retro-4/fonts/Bearlouperegular.otf");
font-weight: normal;
}
h1, h2, h3, h4, h5, h6,
nav ul#main-nav li {
font-family: "Bearlouperegular";
text-transform: uppercase;
}
Hi,
I am trying to figure out what\'s the issue. For what I can see, your custom font works fine. Please, re-open this ticket and provide more detailed informations if you still need support.