When uploading webfonts via woff is there a way to create font family styles for <strong> and <em> elements within a 'Paragraph' text format? By default the bold and italic elements appear as 'faux-bold' and 'faux-italic'.
I've tried setting bold and italic styles via the 'Character' text format but this leads to conflicts with color values (e.g. <span class="_Italic"> doesn't inherit the color of a parent <a> element).
I can set proper font-style and font-weight linking when I add webfonts via a <link> tag, but if it's possible via woff upload that would be a lot simpler for clients working on the site.
Thanks!