html+css font not appearing?

  • Thread starter Thread starter Shevan
  • Start date Start date
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?
 
Hard to say without being able to see your HTML. Obviously this will only affect text that is enclosed within <p></p> tags, so make sure your text is structured that way.
 
Back
Top