1
I am trying to change the font in an html document, however, if I enter the font name, it does not change and the font size goes back to the original.
This is the code I’m using:
p {
padding:20px;
background-color: white;
font-size: 20px
font-family: Helvetica
}
You can post your question in English?
– Math
Twice I went to the homepage and thought I had entered the site Soen. Please translate question.
– Guilherme Nascimento
I am trying to change the font in an html document, however, if I enter the font name, it does not change and the size goes back to the original. This is the code I’m using: p { padding:20px; background-color: white; font-size: 20px font-family: Helvetica }
– SanicSpeed
@Sanicspeed already tried to join
;
at the end of the last two lines,font-family
beforefont-size
?– Sergio
Okay. Thank you, I thought I tried that but I didn’t. It worked.
– SanicSpeed