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,
|
license?: string,
|
||||||
category: string,
|
category: string,
|
||||||
date_added?: string,
|
date_added?: string,
|
||||||
font: FontInfo[] | FontInfo,
|
fonts: FontInfo[] | FontInfo,
|
||||||
axes?: {
|
axes?: {
|
||||||
tag: string,
|
tag: string,
|
||||||
max_value: number,
|
max_value: number,
|
||||||
|
|
Loading…
Reference in a new issue