Skip to content

matisiekpl/google-fonts-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Google Fonts TTF downloader

Topics

Resources

Stars

Watchers

Forks

Languages