The value is a comma-separated, prioritized list of phonetic last names. It can have the following values
You can try the following code to implement the voice-family property -
<style> <!-- h1 { voice-family: announcer, male } p.part.romeo { voice-family: romeo, male } p.part.juliet { voice-family: juliet, female } --> </style>
The above is the detailed content of CSS voice-family property. For more information, please follow other related articles on the PHP Chinese website!