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

https://github.com/bakirgracic/windows-font-installer

Windows Font Installer
https://github.com/bakirgracic/windows-font-installer

font-installer fonts otf powershell ttf

Last synced: 4 months ago
JSON representation

Windows Font Installer

Awesome Lists containing this project

README

          

## Windows Font Installer

Automatically Install Fonts on Windows from Directory. Installs `.otf` & `.ttf` font files recursively from a given directory

### Setup Guide

- have `git` installed

- run `git clone https://github.com/BakirGracic/windows-font-installer`

- run `.\FontInstaller.ps1` inside the folder

### Possible Errors

- if you encounter errors, run:
- `Get-ExecutionPolicy -List`
- `Set-ExecutionPolicy Unrestricted`
- re-run the script, then run
- `Get-ExecutionPolicy -List`
- `Set-ExecutionPolicy Undefined`
- for explanation and more details about the error see [this](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.4)

### License

This project is licensed under the MIT License. See the LICENSE file for details.