Skip to content

akuru-io/akuru-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Akuru Registry

Publishing Your Fonts to Akuru Registry

Please send a PR by updating your font in akuru.json with following information:

{
  "familyName": "",
  "description": "",
  "license": "", // OFL
  "designers": [],
  "version": "",
  "foundry": "",
  "issueTrackerURL": "",
  "srcURL": "",
  "coverImageUrl": "",
  "fontStyles": [
    {
      "styleName": "",
      "fontUrl": ""
    },
    {
      "styleName": "",
      "fontUrl": ""
    }
  ],
  "tags": [],
}