Hi from cloudy no longer sunny York UK,
i font understand why my google fonts i added is not showing, here is the link:
Thing is i just wanted to practice adding https://fonts.google.com to a web page. I’m using JS fiddle as the platform but my font just doesnt show
Have i cocked up the code in some way,
Thanks,
David
Looks like the font-family css is incorrect.
According to Google it should be;
font-family: 'Cutive-Mono', monospace;
You’ll need to apply it to the p element - see updated fiddle - https://jsfiddle.net/dsm0jsm7/1/.
1 Like
SamA74
3
Close, it should have a space:-
font-family: 'Cutive Mono', monospace;
Edit It’s just that you used a more sensible fall-back font.
Though in the context of debugging, the serif fall-back makes sense.
2 Likes
Grazie mille It all works now:
system
Closed
6
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.