From ac18034fdaca8ce4c187bf6d948f0045e1fd6947 Mon Sep 17 00:00:00 2001 From: Karey Higuera Date: Thu, 3 Oct 2019 07:25:17 -0500 Subject: [PATCH] Add tags key to Fontjoy resource --- resources/design.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/design.json b/resources/design.json index 8b89b75..6705f49 100644 --- a/resources/design.json +++ b/resources/design.json @@ -143,7 +143,8 @@ { "title": "Fontjoy", "desc": "Generate font combinations with deep learning.", - "url": "https://fontjoy.com/" + "url": "https://fontjoy.com/", + "tags": [] } ] -} \ No newline at end of file +}