Install custom fonts on Deadline Cloud Linux workers
The
linux_font_installation
Note
Fonts may render differently across operating systems.
To use this script:
-
Upload your font files to an Amazon S3 bucket. To save time at instance startup, store fonts in a dedicated folder so the script copies only font files.
aws s3 cp/path/to/your/fonts/s3://your-bucket-name/Fonts/ --recursive -
Edit
font_install_host_config.shto setS3_FONTS_URIandJOB_USER. -
Add an IAM policy to your fleet IAM role that grants
s3:GetObjectands3:ListBucketpermissions for the bucket and prefix.