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

Normalize.css and Dyslexia

Chrome has a plug in for the dyslexia font which is easier for those with Dyslexia to read. I'm going to assume Normalize.css overrides this font change by the browser. If we want someone who has the dyslexia plug in to still be able to use it but people who don't have it to see the font we've chosen is there any way to make that happen on our end. Through another stylesheet or through Normalize.css?

1 Answer

Hi Brittany,

If it's a browser extension then it more than likely overrides all styles on the page, including the styles that NoramlizeCSS resets. If you really want to be sure, though, either test the extension yourself or — if it's open-source — take a peek at the source code.

XD How would I know in the code if it would override normalize.css?

If you have access to the code — e.g. it's open-source and on GitHub — you could open an issue and ask the maintainers directly. If you don't understand the mechanics of how a browser extension is built, that's probably your second best bet. The path of least resistance, though, is for you to just install the extension on your own browser, load a page that uses NormalizeCSS, activate the extension and see what happens.