Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pseymour/FontDeployment

collection of scripts for deploying fonts on Windows
https://github.com/pseymour/FontDeployment

Last synced: 3 months ago
JSON representation

collection of scripts for deploying fonts on Windows

Awesome Lists containing this project

README

        

# Font Deployment

This is a collection of scripts for deploying fonts on Windows. The user specifies a folder containing font files, and the script generates a Windows Installer (MSI) file
to deploy those fonts.

The scripts rely on the WiX Toolset (https://wixtoolset.org/).

* `Build Font MSI.ps1` is a generalized script for making an MSI to install the fonts in a given folder.
* `Build Cascadia MSI.ps1` is a script specifically for Microsoft's Cascadia Code font (https://github.com/microsoft/cascadia-code).
The script downloads the latest release and builds an MSI for it.
* `Build Fira Code MSI.ps1` is a script specifically for Nikita Prokopov's Fira Code font (https://github.com/tonsky/FiraCode/).
The script downloads the latest release and builds an MSI for it.