css - jQuery - How to select all elements with a set font-family applied to them? -


I want a way of jQuery to return all elements of CSS

Font-family: AvantGardeITCbyBT-bundled, non-serif;

Applies to them.

I'm thinking the only way to do this is looping through all the elements and checking whether this CSS has been implemented for it. It seems a slow way of doing this?

Is there any way to do this by a jQuery selector?

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

php - Login to icq account to receive messages from contact #12345678 -

python - rename keys in a dictionary -