Screen font Smoothing Enabled
<html> <body> <script language="JavaScript"> function function1() { alert(screen.fontSmoothingEnabled); } </script> <button onclick="function1();">Font Smoothing Enabled</button> </body> </html>