Hi there,
I’ve tried adding a custom font following an example given in another support conversation by still having trouble getting it to work.
Site is:
http://wordpress-148426-569747.cloudwaysapps.com
I uploaded the fonts to a fonts folder under the child theme and added this code to the theme options > css, but they aren’t displaying;
@font-face {
font-family: ‘FFScalaWeb’;
src: url(‘http://wordpress-148426-569747.cloudwaysapps.com/wp-content/themes/x-child/fonts/374ED6_0_0.eot’); /* IE9 Compat Modes /
src: url(‘http://wordpress-148426-569747.cloudwaysapps.com/wp-content/themes/x-child/fonts/374ED6_0_0.eot?#iefix’) format(‘embedded-opentype’), / IE6-IE8 /
url(‘http://wordpress-148426-569747.cloudwaysapps.com/wp-content/themes/x-child/fonts/374ED6_0_0.woff2’) format(‘woff2’), / Super Modern Browsers /
url(‘http://wordpress-148426-569747.cloudwaysapps.com/wp-content/themes/x-child/fonts/374ED6_0_0.woff’) format(‘woff’), / Pretty Modern Browsers /
url(‘hhttp://wordpress-148426-569747.cloudwaysapps.com/wp-content/themes/x-child/fonts/374ED6_0_0.ttf’) format(‘truetype’), / Safari, Android, iOS /
url(‘http://wordpress-148426-569747.cloudwaysapps.com/wp-content/themes/x-child/fonts/374ED6_0_0.svg#svgFontName’) format(‘svg’); / Legacy iOS */
}
body {
font-family: “FFScalaWeb”, Georgia, Times, serif
}
Please let me know if there is something I’m doing wrong