Custom Fonts
-
Hi Guys,
I have purchased a gorgeous font to use on my site and have all versions uploaded to a fonts folder in my child theme.
Pathway:
/home/j53207/public_html/slowclapstudio.com/wp-content/themes/notio-wp-child/fonts/DecimaMono-Bold.ttfI am using the fontface rule and have the following code in place:
@font-face {
font-family: DecimaMono-Bold;
src: url(/home/j53207/public_html/slowclapstudio.com/wp-content/themes/notio-wp-child/fonts/DecimaMono-Bold.ttf);
url(/home/j53207/public_html/slowclapstudio.com/wp-content/themes/notio-wp-child/fonts/DecimaMono-Bold.woff);
url(/home/j53207/public_html/slowclapstudio.com/wp-content/themes/notio-wp-child/fonts/DecimaMono-Bold.eot);
url(/home/j53207/public_html/slowclapstudio.com/wp-content/themes/notio-wp-child/fonts/DecimaMono-Bold.svg);
}.hero .extralargetitle {
font-family: DecimaMono-Bold;
}My problem is that even though I am calling the rule, I am still seeing Times New Roman font on the site… I cant figure this out and I have been trying for a couple of hours now!
Even when I rollover the word DecimeMono on Firefox’s web developer tool, the preview is showing up as Times New Roman…. Any ideas??
Im totally bamboozled.
Thanks Jen
The topic ‘Custom Fonts’ is closed to new replies.