On this website you will find dozens of scripts for Cyber Security and IT management platforms that enables you to have wide variety of abilities like taking action on your devices. You can request help from us any time for custom scripts that will help you to achieve what you are aiming to do.
This script is used to install fonts from the given Web URL.
Note:
icon_direct_download_urls = ["https://example.com/font1.ttf","https://example.com/font2.ttf", "https://example.com/font3.ttf"] #give here the font urls by seperating them with comma
fontNames = ["font1.ttf","font2.ttf", "font3.ttf"] #give here the font name with extension in the same order corresponding to their url in the icon_direct_download_urls
Comments