Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple referenced generic font family names can result in duplicate font-family values #217

Closed
nigelmegitt opened this issue Jun 7, 2021 · 0 comments · Fixed by #218
Closed
Milestone

Comments

@nigelmegitt
Copy link
Contributor

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;.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants