Home › Forums › ASE Support › Change font in Novella › Reply To: Change font in Novella
Participant
Hi, Greg:
Here’s the additional code that allowed me to alter the body text:
.novella-entry-content p {
font-family: ‘Life Savers’, cursive;
font-weight: 700;
line-height: 1.6;
}
.novella-entry-title {
font-family: ‘Life Savers’, cursive;
font-size: 500%;
font-weight: 800;
}
Keep chugging along,
–T