How to change font

Home Forums General Forums How to change font

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1924
    yv0nne
    Participant

    Hi,

    How do I change the font on my page?
    My URL is http://www.atasdogs.com

    Regards

    #1955
    han
    Keymaster

    you can change it via css

    h1, h2, h3, h4, h5, h6 {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    body {
        font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must login to reply to this topic.