I’m using X with a child theme of the Renew stack. I’m using the Lato font family for the body text, and <blockquote> elements are given a class of "w-100", meaning that they appear in Lato Light.
Unfortunately, I can’t seem to get italic text (text tagged as <em>) to appear in Lato Light Italic, meaning that the italic text in blockquotes looks bolder than the surrounding text. I’ve tried adding the "w-100" class to the <em> element, and I’ve tried adding custom CSS, but I can’t get it to work. How can I get my italic text to have the same weight as the surrounding Light text?
