No bullets with embedded font

hi,

I’ve embedded the Verdana font (using an external css) into a Flex app I’ve created so that I can do some basic fading between state changes but for some reason the bullets don’t appear in the html lists I have on some pages.

I found that by changing this:
fontFamily: “Verdana”;

to this:
fontFamily: “Verdana, sans”;

the bullets appear. But the font no longer looks the same and fading doesn’t work.

Any ideas?

cheers