Cannot use a CSS file to display angle brackets in Responsive HTML output
We use a CSS file to add character styles in some of our content. This works OK using WebHelp output, but when we output to Responsive HTML5, angle brackets are not displayed. Here is the code in the CSS file:
span.KeyName {
font-weight: normal;
font-variant: small-caps;
}
span.KeyName:before {
content: "<";
}
span.KeyName:after {
content: ">";
}
This part of the CSS file should just set the relevant content to small caps, and wrap angle brackets around it. When you look at this style in the Styles dialog, it does not display the angle brackets in the preview window, so perhaps this is a clue to what is causing the problem. We are using RoboHelp version 11, but get the same problem with version 2015. Any advice would be appreciated.

: