0
votes
Detecting font in javascript
One thing to keep in mind is that some browsers will replace certain missing fonts with similar fonts, which is impossible to detect using the JavaScript/CSS trick.
For example, Windows b …
0
votes
Best Debugging Tools for JavaScript/xulrunner Development
The nightly builds of WebKit have some great new debugging tools:
http://nightly.webkit.org/ …
