You can leverage the Smart Software feature in Addigy to upload fonts to macOS devices.
TABLE OF CONTENTS
Deploying Fonts
- Move all of your fonts into one folder (make sure the folder does not have additional folders inside)
- Name and compress the folder
- Create a new Smart Software item from Catalog > Software > New
- Upload the compressed file you created
- Insert the script below into the installation script portion of the Smart Software which will move the font file to the device's font directory
/usr/bin/unzip -o "Insert name of .zip file here.zip"
mv "/Library/Addigy/ansible/packages/Insert name of Smart Software here (1.0)/Insert name of .zip file here/"* "/Library/Fonts"
Note: Replace Insert name of .zip file here with the name of the .zip file and Insert name of Smart Software here with the name of the Smart Software. Refer to the example below for correct folder and script composition.