<em> and <strong> Font

Okay… I feel a little stupid that I can’t figure this out, but where can I edit the style of the font when using <strong> and <em> to highlight text?

Hi There @shawnterry

Thanks for writing in! Basically you can target those elements in the following way as well.

em {
  /* Your CSS */
}
strong {
    /* Your CSS */
}

Also you can check detailed information from the below links.

Hope that helps.

Thanks. I’m really surprised this isn’t a typography option.

Hi There @shawnterry

Sorry for the confusion. In font manager, the equivalent setting for strong would be the font weight of 700 to make text bold.

When in Cornerstone editor, when you place a Text element, you can set italics which is equivalent to em.

You can refer to font manager article from here (https://theme.co/apex/forum/t/font-manager/101).

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.