Without the full picture, it's pretty-hard to diagnose. But my guess is that fonts are already embedded, and that no bold @font-face is declared anywhere. All the attempts to bolden an embedded glyph that has no bold font-face in the included family will fail. Unless a capable fallback font is declared when the font-family is assigned to elements via css. There is more than likely a second stylesheet that handles the font embedding.
|