I have fonts links where I can download fontName.ttf from. Now that the user selects a specific font, I want to download and install it and use it for the tag. Can I add a line to the Plist Fonts provided by the application programmatically? And where should I save fontName.ttf, so the application will use it.
source share