Tagged: custom font
hey ummm…
I know this has been repeated so many times but I am just not getting it… how do I make my custom font show up? Is this not right?
@font-face {
font-family: EchoSoul;
src: url(public_html/wp-content/themes/enfold-child-3/fonts/EchoSoul.ttf);
src: url(public_html/wp-content/themes/enfold-child-3/fonts/echo_soul-webfont.woff);
src: url(public_html/wp-content/themes/enfold-child-3/fonts/echo_soul-webfont.woff2);
font-weight: normal;
}
h1 {
font-family: EchoSoul;
}
thank you.
Hey limyj0923,
Please refer to this link http://wpsites.net/web-design/fonts-wordpress/
or if you like to add a single font an alternate solution is to use a plugin like https://wordpress.org/plugins/use-any-font/
Best regards,
Jordan Shannon
Hm, followed the instructions in your link:
@font-face {
font-family: EchoSoul;
src: url(‘fonts/EchoSoul.ttf’);
}
h1 {
font-family: EchoSoul;
}
Still nothing…
“The above CSS rule assumes you have added your font file in a folder named fonts, in your child theme folder.” — Yes I’ve done this.
Hi,
Did you try to use the full URL instead? And did you try to follow that URL to see if the link is correct?
Best regards,
Rikard
hey, turns out all I had to do was wait a few days :) thanks for the help!
Hi,
I’m glad you got this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon