Skip to content

BakirGracic/windows-font-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

License

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

About

Windows Font Installer

Topics

Resources

License

Stars

Watchers

Forks