Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23128

    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!!!

    #118628

    Hi!

    Insert following code into the quick css field:

    #header, #footer{
    font-family: sans-serif !important;
    }

    Best regards,

    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Really basic question on fonts’ is closed to new replies.