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
- Host: GitHub
- URL: https://github.com/bakirgracic/windows-font-installer
- Owner: BakirGracic
- License: mit
- Created: 2024-10-12T13:34:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T01:07:35.000Z (over 1 year ago)
- Last Synced: 2025-10-30T17:50:37.677Z (8 months ago)
- Topics: font-installer, fonts, otf, powershell, ttf
- Language: PowerShell
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.