Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/css/@media/aural/index.md
6516 views
---
title: aural slug: Web/CSS/@media/aural page-type: css-media-feature status: - deprecated spec-urls: https://www.w3.org/TR/CSS22/aural.html
---

{{CSSRef}} {{deprecated_header}}

The aural CSS media type is used for devices that have speech output capabilities.

Syntax

The aural CSS media type was used to specify a block of CSS that applied only when the content is being presented using a speech synthesis device.

@media aural { /* speech-specific styles here */ }

Examples

Basic example

@media aural { body { voice-family: Paul; } }

Specifications

{{Specifications}}

See also