font-family is inherit. How to find out the font-family in chrome developer pane?
css, font-family, google-chrome
Solution
`Developer Tools > Elements > Computed > Rendered Fonts`
The picture you attached to your question shows the `Style` tab. If you change to the next tab, `Computed`, you can check the Rendered Fonts, that shows the actual font-family rendered.
Problem
In the Chrome's developer pane, I can see these css settings of an element. As far as I can see, every single `font-family` value is inherit. How can I find what is the actual value of the font family? And how can I trace the definition of the root font-family value come from the inheritance hierarchy?