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