Question
CSS problem
I've asked a similar question before with no luck, but I
recently started using StyleSheets rather than TextFormats, so I
wasn't sure if there might be a new answers. I'm trying to have a
textField that loads in some HTML into the htmlText field, which
may contain some bold tags. However, at the same time, I am
embedding fonts on this textField. When I embed fonts, none of my
bold tags work. I either have to embed a bold or non-bold font. I
know a work around for this is to define the bold tag in your CSS
file to use the bold version of the embedded font, but then I'm
stuck to only being able to bold on THAT font. This might not be an
issue for now, but it might not always be this way. So my question
is sort of two. Is there a way to embed two fonts so my bold tags
will work on any font, and if not, is there anyway to get my bold
tags to work without having to specify a seperate style just for
bold?