HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p id="point"></p> <p><strong>Note</strong>: document.fonts.status will check whether all fontSets of this document is loaded.</p> <script> var x = document.getElementById("point"); x.innerHTML = document.fonts.status; </script> </body> </html>
OUTPUT
×

Save as Private