I have script (Here) that check the either specific font is installed or not on local computer. In both conditions it shows the alert box. Now I want some modification. Please help. I want that:
- When specific Font is "NOT INSTALLED" show this CSS based lightbox rather then alert box.
- When specific Font is "INSTALLED" do no thing.
This is very newbie question. Actually I am student and just start learning JS. Please guide me in detailed. If possible please create module on JS Fiddle. Thanks