Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 492 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 492 Bytes

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": [],
}