Sorry for the basic question, but I like the font that the Avia Layout Builder uses when programming the site. According to firebug it’s just sans-serif? How can I just make this font for the body & headers? I don’t see it as an option in the Styling tab. Perhaps it’s called something else?
Thank you!!!
Hi!
Insert following code into the quick css field:
#header, #footer{
font-family: sans-serif !important;
}
Best regards,
Peter