Tagged Questions
0
votes
1answer
132 views
How to tell when an @font-face rule is applied
Is there any way to tell when an @font-face rule is applied? I'm creating @font-face rules that use data: URIs from a font file requested with an synchronous XMLHttpRequest in JavaScript and then ...