Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

simone callan
simone callan
5,044 Points

Css deep dive - typography - icon fonts and screen readers (accessability)

Hi, Looking at icon fonts it seems screenreaders don't handle the unicode character (which renders the icon) very well - having experimented with Jaws it appears that they just read out the first character.

How should this best be handled so that a screenreader reads out something meaningful to the user?

Thanks, SImone

Doesn't always do the trick but try

[data-icon]:before {
speak:none; /*Let me know if that works I have read about it but never implemented... */
}

1 Answer