font-awesome

Font Awesome & Accessibility

Icons used for pure decoration or visual styling

If you’re using an icon to add some extra decoration or branding, it does not need to be announced to users as they are navigating your site or app aurally. Additionally, if you’re using an icon to visually re-emphasize or add styling to content already present in your HTML, it does not need to be repeated to an assistive technology-using user. You can make sure this is not read by adding the aria-hidden=“true” to your Font Awesome markup.

<i class="fa fa-fighter-jet" aria-hidden="true"></i>

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow