Skip to content

Latest commit

 

History

History
47 lines (42 loc) · 1.02 KB

README.md

File metadata and controls

47 lines (42 loc) · 1.02 KB

Google Fonts Directory Downloader

Simple Google Fonts TTF downloader

image

Usage

git clone https://github.com/matisiekpl/google-fonts-directory.git .
go build github.com/matisiekpl/google-fonts-directory
./google-fonts-directory

Also fonts.json will be created:

[
 {
  "Family": "Zilla Slab",
  "Weight": 600,
  "Italic": true,
  "Filename": "Zilla Slab-600-normal.ttf"
 },
 {
  "Family": "Zilla Slab",
  "Weight": 700,
  "Italic": false,
  "Filename": "Zilla Slab-700-italic.ttf"
 },
 {
  "Family": "Zilla Slab",
  "Weight": 700,
  "Italic": true,
  "Filename": "Zilla Slab-700-normal.ttf"
 },
 {
  "Family": "Zilla Slab Highlight",
  "Weight": 400,
  "Italic": false,
  "Filename": "Zilla Slab Highlight-400-italic.ttf"
 }
]

Motivation

I wanted to download all Google Fonts .ttfs but splited on italic/normal and weight.

Resources

Protobuf file: fonts.proto