Explicit vs contextual styling in CSS…
I set the font-family (!important) on both the root and on this blockquote. It inherits fine into em elements – so why doesn't it inherit on all my code elements?? The color also inherits just fine.
font-family
!important
root
blockquote
em
inherit
code
color