Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1236
    josedebenidorm
    Participant

    How I can change font and size, arial, verdana, etc.

    #1271
    Sakin
    Keymaster

    @josedebenidorm: yes you can change the font and size though CSS using custom CSS box in Theme Option under Appearance tab in your WordPress Dashboard.

    For example see the following css:

    body, input, textarea {
    font-family: Arial, sans-serif;
    font-size: 16px
    line-height: 18px
    }

    Check our this for more details on CSS for fonts: http://www.w3schools.com/css/css_font.asp

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change font and size’ is closed to new replies.