Skip to content

rememberlenny/google-fonts-letter-embedding

Repository files navigation

Google font letter analysis

  1. Get all the google font's files in the /fonts directory using: git clone --depth 1 https://github.com/google/fonts.git.
  2. Install dependencies (Pillow and tdqm) using requirements.txt (ie. pip install -r requirements.txt).
  3. Run the jupyter notebook or python create_font_images.py script.
.
├── fonts
│   ├── apache
│   ├── ofl // This is where the fonts come from.
│   ├── tools
│   └── ufl
└── images // This is where the images appear.
    ├── A
    ├── B
    ├── C
    ├── D
    ├── E
    ├── F
    ├── G
    ├── H
    ├── I
    ├── J
    ├── K
    ├── L
    ├── M
    ├── N
    ├── O
    ├── P
    ├── Q
    ├── R
    ├── S
    ├── T
    ├── U
    ├── V
    ├── W
    ├── X
    ├── Y
    └── Z

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published