views:

56

answers:

2

Hi I'm looking to access @font-face with Javascript. I assume it's somewhere in the DOM but where?

I want to do this for @font-face feature detection.

Thanks!

+1  A: 

I found a link to this article inside the Modernizr library.

It doesn't look like you can query the DOM (unless both these methods are giving it the run around just for showmanship).

bschaeffer
A: 

As an alternative you can try this.

Knu