RICHNESS Property In CSS
richness Property in CSS
richness property Declares the richness of the voice in spoken text.
Possible Value:
Numeric values between 0 and 100 (lower values have less richness and higher values have more richness).
Examplediv { richness:50; }
div { richness:0; }