Skip to content

A file that maps font names to where you can download them.

Notifications You must be signed in to change notification settings

treeform/freefrontfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Font Finder API

This repo contains a mapping of font names to font urls.

There are two json and csv files full of entries you can scan for fonts and find their URLs so that you can download them and use them.

font.json

{
    "name": "Tinos",
    "license": "APACHE2",
    "url": "https://github.com/google/fonts/blob/master/ofl/tinos/Tinos-Italic.ttf?raw=true"
}

font.csv

Tinos-Italic,https://github.com/google/fonts/blob/master/ofl/tinos/Tinos-Italic.ttf?raw=true,APACHE2

About

A file that maps font names to where you can download them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages