the font style

  • Posted in : cvCard WP
  • slu41
    Participant

    hello, i noticed the font style of h1-h6 are all bold, how to make them light or change the font and size?
    because only p is light font, though i want to use other text level to edit the content. but they are all bold font, so how to edit the font style?

    serkan
    Moderator

    Hi,
    You can insrease or decrease the font size with those custom css codes,

    h1 { font-size: 2.20em; }
    h2 { font-size: 1.50em; }
    h3 { font-size: 1.20em; }
    h4 { font-size: 1.00em; }
    h5 { font-size: 1.00em; }
    h6 { font-size: 0.90em; }

    This custom css code fore font weight, default was bold,

    h1, h2, h3, h4, h5, h6 { font-weight: normal; }

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register