S
Shevan
Guest
I'm making a website and I want to change the font of the paragraphs. In css isn't all i have to do this and then all the paragraphs will be Arial:
p {
font-family: Arial;
}
because that's what i'm doing and it doesn't do anything. Is there something i'm doing wrong?
p {
font-family: Arial;
}
because that's what i'm doing and it doesn't do anything. Is there something i'm doing wrong?