I'd like to change the font of a text object to "Bodoni MT Black". Currently when I do this, the font changes to "Bodoni MT" and the text changes to "Bold" (the "Bold" indicator on the contextual toolbar gets "pressed"). It may have something to do with the fact that "Bodoni MT Black" is a member of the Bodoni MT font family. I've tried opening the XML representation of the object and changing the style string several ways:
- 'font-weight' to 900
- 'font-family' to Bodoni MT Black
- '-inkscape-font-specification' to Bodoni MT Black
None have had the desired effect. Is there another way to do this?
Romel Bismonte
P. S. I am running Inkscape version 0.48 on Windows 8.1.
I also referred to http://www.w3.org/TR/SVG/text.html#FontFamilyProperty to see what kinds of changes I can make to the style of the text object.