Deploy custom fonts
- 13 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Deploy custom fonts
- Updated on 13 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
There are multiple ways in which you can deploy fonts across devices. For example, you can use the RegisterFonts action inside an MSI. This is the official Microsoft-supported way of installing a particular font, which not only copies the file to the C:Windows\Fonts
folder but also takes care of the registration process.
But using the RegisterFonts action would mean creating an MSI package with one of your favourite MSI packaging tools. An alternative is to use PowerShell.
Within Liquit Workspace it’s more simple.
In an install action set you can use the Install font or Install uploaded font.
- Install font can be used when you want to fetch the .TTF file of the selected font from a local drive.
- Install uploaded font can be used to upload the font to the Content Store and install it on devices from the content repository.
Was this article helpful?