Ah, I thought the parent meant a before/after comparison of old resets versus this new rest. Not a before/after comparison of the reset applied to a page.
This is just changing the default initial value from serif to sans-serif — I end up making more sans-serif websites than serif ones so it’s a sensible default.
When you use this snippet you’re able to change that value to whatever font-family you like ^_^
Would be nice to see a before and after…
https://github.com/necolas/normalize.css/blob/master/normalize.css
Interestingly, Preset omits all the Normalize fixes for MS Edge, which seems surprising to me.
Ah, I thought the parent meant a before/after comparison of old resets versus this new rest. Not a before/after comparison of the reset applied to a page.
Sure! Here’s a before/after: https://imgur.com/a/QjZl2
And they’re online at:
Please don’t choose a default type face for my reset. Thank you!
This is just changing the default initial value from
seriftosans-serif— I end up making more sans-serif websites than serif ones so it’s a sensible default.When you use this snippet you’re able to change that value to whatever
font-familyyou like ^_^