All WCAG criteria
WCAG 2.1·Perceivable·1.4 Distinguishable
1.4.5 Images of Text
Level AAUse real text instead of images of text, except for logos.
Why it matters
Images of text cannot be resized, restyled, translated, or read by screen readers.
Common failure
<img src="/headline.png" alt="Save 50% today">
Accessible version
<h1>Save 50% today</h1>
How OnlyEnable handles this
Source-code fix required. No widget can solve this — it requires changes to your content or markup. Our remediation team can help.