Tagged: enfold, google fonts
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?
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