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.
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
I just tried this and it did not change anything.
Also, I do not want to display “Bold” but Rather “Heavy” or as it is listed on the Google fonts site “Ultra Bold 900”.
Ok so there is still the issue of the provided “Quick CSS” code (from “Dude”)not working. What can be done about that?
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