Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #24515

    I need to know how to change the weight of the Header font. I am using “Railway” and it is defaulting to “Regular’ or maybe “Medium” and I need it to display “Heavy”.

    How do I accomplish this?

    Thank you.

    #123700

    Hey!

    Insert following code into the quick css field

    h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
    font-weight: bold;
    }

    Regards,

    Peter

    #123701

    I just tried this and it did not change anything.

    #123702

    Also, I do not want to display “Bold” but Rather “Heavy” or as it is listed on the Google fonts site “Ultra Bold 900”.

    #123703

    Hi,

    The only font-weight available for Raleway is bold.

    Regards,

    Ismael

    #123704

    Ok so there is still the issue of the provided “Quick CSS” code (from “Dude”)not working. What can be done about that?

    #123705

    Try to add a !important tag like:

    h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
    font-weight: bold !important;
    }

    Btw – the font weight “heavy” doesn’t exist – see: http://www.w3schools.com/cssref/pr_font_weight.asp

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header Font Wieght’ is closed to new replies.