• Was attempting to change the font to helvetica.

    Tried to achieve the above by adding helvetica in all lines containing font-types.

    However, currently all fonts are in bold as a result, can anyone help please!

    reference site – juronggateway.sg

Viewing 2 replies - 1 through 2 (of 2 total)
  • Open your theme’s CSS-file and add a font-weight:normal; attribute into the #wrap section .
    Location : wp-content/themes/decorum/style.css

    #wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    padding: 30px 30px 0;
    width: 920px;
    font-weight:normal ;

    }

    Thread Starter 7938697i

    (@7938697i)

    it works!!! Thanks a zil!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘All fonts in website turned bold!’ is closed to new replies.