Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #442764

    I want to add a google font, and I’ve seen a thread to do that, and add the font weights you like with that. However, how does one choose that particular font weight? I want some styles of the headers to be Robo 900 weight, but if I add Robo, it defaults to the 400. Where do you find the normal, semi-bold, and bold options if you add the various font weights?

    #443799

    Hey mrshaffly!

    You could do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then give the headings a special class and then use this CSS to increase their font weight.

    .customClass { font-weight: 600 !important; }
    

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.