javascript - How to install font locally from web page -


is there way install font webpage display button , if user click on font install on local system. don't know possible or not through javascript or other client side.

not way describe it, no. can hook button trigger download font (or file, matter), user still have install font after has been downloaded computer.

the browser not initiate action in operating system: incredibly insecure if allowed to, because fonts complicated bits of software, , might able take advantage of bug in 1 of many font parsers. if make browser "force" font installed user, able sorts of bad stuff depending on how bad bug was, remote code execution crashing computer silently taking on computer entirely.


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -