scan
Summary
The scan media feature describes the scanning process (i.e. how the video card generates the image) of some output devices.
It can be useful if you want to adjust font type that are known to not be visible well on “interlaced” modes for instance.
Usage
@media (scan: interlace) { body { font-family: sans-serif; } }
Related specifications
- Media Queries Level 4
- Working Draft
- Media Queries
- Recommendation