Fix FontMetadata definition
This commit is contained in:
parent
fa3e874a95
commit
ea310a29db
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export interface FontMetadata {
|
|||
license?: string,
|
||||
category: string,
|
||||
date_added?: string,
|
||||
font: FontInfo[] | FontInfo,
|
||||
fonts: FontInfo[] | FontInfo,
|
||||
axes?: {
|
||||
tag: string,
|
||||
max_value: number,
|
||||
|
|
Loading…
Reference in a new issue