fonts - Text characteristics identifier -


I need an app where I can just copy the block of text and type it the typeface, color, size etc. I can recognize Is there anything like that?

JQuery CSS () will be great for this function, Is needed to build and check the CSS properties you see and return them.

  $ (document) .ready (function () {var test = $ ('p'). CSS ('font-family'); warning (test);});  

Here demo:

There is a documentation on the jQuery CSS function:


Comments