Skip to content

BakirGracic/windows-font-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

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 (Windows)

  • have git installed

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

  • run
    .\FontInstaller.ps1

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

Releases

No releases published

Packages

No packages published