font-family is inherit. How to find out the font-family in chrome developer pane?

Anthony Kong picture Anthony Kong · Jul 14, 2013 · Viewed 148.9k times · Source

In the Chrome's developer pane, I can see these css settings of an element.

enter image description here

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?

Answer

Rafael Eyng picture Rafael Eyng · Sep 9, 2014

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.

Developer Tools > Elements > Computed > Rendered Fonts