{"id":19750951,"url":"https://github.com/sheepla/fontinstaller","last_synced_at":"2025-04-30T10:31:11.006Z","repository":{"id":104297797,"uuid":"477302010","full_name":"sheepla/FontInstaller","owner":"sheepla","description":"🗃️ A font installer script for Windows","archived":false,"fork":false,"pushed_at":"2022-06-18T13:20:06.000Z","size":13,"stargazers_count":37,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T00:51:12.893Z","etag":null,"topics":["automation","font","font-installer","installer","powershell","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sheepla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-03T10:05:16.000Z","updated_at":"2025-03-23T19:54:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"28196226-2225-4c99-ab43-64220c234156","html_url":"https://github.com/sheepla/FontInstaller","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2FFontInstaller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2FFontInstaller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2FFontInstaller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2FFontInstaller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheepla","download_url":"https://codeload.github.com/sheepla/FontInstaller/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251684510,"owners_count":21627143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","font","font-installer","installer","powershell","windows"],"created_at":"2024-11-12T02:41:37.782Z","updated_at":"2025-04-30T10:31:10.996Z","avatar_url":"https://github.com/sheepla.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 🗃️ FontInstaller\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nA font installer script for Windows\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/62412884/162456874-34cb822e-f592-4f24-bfee-721c23b1c40e.png\" width=\"70%\"\u003e\n\u003c/div\u003e\n\n## Usage\n\n### Install multiple fonts in bulk\n\nTo install a font, simply specify the path of the font file as the first argument. This script resolves the path automatically, so you can specify wild card e.g. `*.ttf`.\n\n```powershell\n❯ Install-Font.ps1 Somefont/             # Directory path\n❯ Install-Font.ps1 path/to/SomeFont*.ttf # File path includes wild card\n```\n\n### Install from zip archive\n\nWhen this script finds the zip file, it automatically extract the zip file to a temporary directory and installs all the fonts stored in it.\n\n```powershell\n❯ Install-Font.ps1 Somefont.zip\n```\n\n### Show already installed fonts list\n\nTo see a list of already installed fonts, run `Get-Font.ps1`.\nYou can narrow the list by specifying the `-Name`, `-Path` parameter.\n\n```\n❯ Get-Font.ps1 -Name udev\n\nName               Path\n----               ----\nUDEV Gothic 35NF   C:\\Windows\\Fonts\\UDEV Gothic 35NF\nUDEV Gothic 35NFLG C:\\Windows\\Fonts\\UDEV Gothic 35NFLG\nUDEV Gothic NF     C:\\Windows\\Fonts\\UDEV Gothic NF\nUDEV Gothic NFLG   C:\\Windows\\Fonts\\UDEV Gothic NFLG\n```\n\n## Installation\n\nClone or download this repository. Otherwise download the archive from the [latest release](https://github.com/sheepla/FontInstaller/releases/latest) page then extract it.\n\nTo run local PowerShell script on Windows, execution policy changes are required. Run below before use this script. Changes are lost when the console is closed\n\n```powershell\nSet-ExecutionPolicy RemoteSigned -Scope Process\n```\n\nIf you want to change your computer settings and make them persistent, run the following with Administrator privileges.\n\n```powershell\n# PowerShell (Administrator)\nSet-ExecutionPolicy RemoteSigned -Scope CurrentUser\n```\n\n## LICENSE\n\n[MIT](./LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Ffontinstaller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheepla%2Ffontinstaller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Ffontinstaller/lists"}