CSS Voice-Family Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

The voice-family property defines a comma-separated, prioritized list of voice family names.

Syntax

voice-family: [value];

Possible values

  • [generic-voice] - (Male, Female, Child)
  • [specific-voice] - (Values are of specific voices)
  • inherit

Initial Value

Depends on user agent

Applies To

All elements

Inherited

Yes

Media

Aural

Example

p {voice-family: announcer, male;}


View All CSS Properties