0
Should i add space when i typing a font family with more than 2 words? On html
Is it body { color: black; font-family: Comicsans; } Or body { color: black; font-family: Comic Sans; } Or body { color: black; font-family: Comic_Sans; } ?
3 Réponses
+ 3
You have to wrap the font name by quotes.
Like this
font-family: "Comic Sans",
+ 2
Rather than getting confused with fonts name and classes use this :
https://fonts.google.com/
If your on desktop there is copy button just click that and if your on smartphone click on link button and go to embedded and copy whole thing.
+ 1
It's working, thanks
And for the fonts name, i'll keep that on mind