Ask HN: Good CSS to reset styles for typography
https://news.ycombinator.com/item?id=1855203I'm looking for a good CSS file that will reset all the styles on a page to something with high readability. I know Eric Meyers' reset.css, but that basically removes all style. I would like something that applies good styles to all elements that uses better typographic principles than the browsers' built in styles.
Using this as a base, I could then add styles to my own custom classes. But I could be sure that the basic styles are decent.
Does something like this exist? Where should I look?
Thanks