- Download and extract zip from here
- Press
Windows + x - Press
a(Selects PowerShell (Admin)) - Navigate to directory where fonts were extracted to (
cd ${HOME}\Downloads\fonts-master\fonts-master) - Set Execution Policy
Set-ExecutionPolicy RemoteSigned[1] - Press
ythenEnterto accept - Run the install file
.\install.ps1 - Reset Execution policy
Set-ExecutionPolicy Default - Press
ythenEnterto accept - Remove the fonts folder (
cd ../.. && Remove-Item -Recurse -Force fonts-master)
- [1] You can also try using
Set-ExecutionPolicy BypassifRemoteSigneddoesn't work
Thx a lot!