I am trying to change the font in an html document, however, if I indicate the font name, it does not change and the font size returns to the original.
This is the code I am using:
p {
padding:20px;
background-color: white;
font-size: 20px
font-family: Helvetica
}