Using the <strong> or <em> tag in html editor results in the proper HTML being generated however the theme does not show bold/emphasized text.

Example found: http://shoerner.net/resume (Look at first and second line in HTML source)

Comments

shoerner’s picture

Fixed through adding:

strong
{
  font-weight: bold;
}
em
{
  font-style: italic;
}

into gamma.css. Not sure if this is an appropriate fix for the situation. Will keep this revision out of the CSS file pending activity on this ticket.

peterherman’s picture

Hello,

strong is now working, thanks, but not everywhere.

If i put a Link in a word and format this word strong, then the font weight stay at normal.

Is there any solution for this Problem?