You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;.