Hello:
I think there is a problem with the property font-family when applied to the elements of SVG. If, for example, I write:
It doesn't work. But if instead I only specify the generic family (<text font-family="monospace">Blah, blah...</text> then the specified font family is applied.
Do you know the reason? Thank you very much in advance.
César
I think there is a problem with the property font-family when applied to the elements of SVG. If, for example, I write:
<text font-family="Lucida Console, monospace">Blah, blah...</text>
It doesn't work. But if instead I only specify the generic family (<text font-family="monospace">Blah, blah...</text> then the specified font family is applied.
Do you know the reason? Thank you very much in advance.
César