How can you determine what font from the CSS stack is being used?
Posted
by Alex Mcp
on Stack Overflow
See other posts from Stack Overflow
or by Alex Mcp
Published on 2010-04-28T16:37:27Z
Indexed on
2010/04/28
16:43 UTC
Read the original article
Hit count: 466
I use Firebug avidly and in the CSS-"computed" tab it will only show me the declared stack, but not which font has actually been used by the browser. Aside from removing fonts one-by-one and looking for a change (or having amazing font recognition skills) is there a way to determine what font has actually been rendered by the browser?
© Stack Overflow or respective owner