Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Version? #13

Open
Teshka opened this issue Apr 27, 2016 · 3 comments
Open

Windows Version? #13

Teshka opened this issue Apr 27, 2016 · 3 comments

Comments

@Teshka
Copy link

Teshka commented Apr 27, 2016

Is there a Windows version for this?

@qrpike
Copy link
Owner

qrpike commented Apr 27, 2016

Not unless someone puts in a pull request. I only have a Mac

Sent from my iPhone

On Apr 27, 2016, at 1:00 PM, Teshka notifications@github.com wrote:

is there a Windows version for this?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

@Tklaversma
Copy link

Tklaversma commented May 2, 2016

For all you Windows users out there (doh!)

@Echo Off

for /r "C:\Users\NAME\Desktop\download %%x in (*.ttf) do move "%%x" "C:\Users\NAME\Desktop\fonts"

Exit
  1. Create a folder on your desktop named "download".
  2. Create a folder on your desktop named "fonts".
  3. Go to https://github.com/google/fonts/tarball/master and save the zip file.
  4. Open the zip file and extract all content to the desktop folder "download".
  5. Open notepad
  6. Paste the content shown above and replace NAME with the name of the logged user.
  7. Go to File > Save as. Name the file "fonts.bat" and make sure u change the file type to "All files". Save the file on your desktop.
  8. Right click fonts.bat and click "Execute as administrator".
  9. All font files have been moved from the folder "download" to the folder "fonts".
  10. Click start en type "fonts" > this will open up your font library.
  11. Now just select all font files in the folder "fonts" with ctrl + a and drag-and-drop them onto you fonts library. This will install all 1700+ fonts.

Regards,
TK

@flipcoder
Copy link

flipcoder commented Jun 30, 2017

Your script is missing a quote. It should be:

@Echo Off

for /r "C:\Users\NAME\Desktop\download" %%x in (*.ttf) do move "%%x" "C:\Users\NAME\Desktop\fonts"

Exit

Otherwise, it works great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants