If the computed value of tts:fontFamily references multiple generic font family names, their mapping to the CSS font-family property may include duplicates.
For example tts:fontFamily="proportionalSansSerif, sansSerif" will generate font-family: Arial,Helvetica,Liberation Sans,sans-serif,sans-serif;.
If the computed value of
tts:fontFamily
references multiple generic font family names, their mapping to the CSSfont-family
property may include duplicates.For example
tts:fontFamily="proportionalSansSerif, sansSerif"
will generatefont-family: Arial,Helvetica,Liberation Sans,sans-serif,sans-serif;
.