From bbbeafe051934971a033eb26d68f80ec314cdf7d Mon Sep 17 00:00:00 2001 From: Karey Higuera Date: Wed, 11 Sep 2019 14:57:12 -0500 Subject: [PATCH 1/3] Add the Fontjoy font pairing resource to Design --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index ecd01e5..b156686 100644 --- a/store.json +++ b/store.json @@ -274,6 +274,11 @@ "title": "Codrops", "desc": "Codrops is a web design and development blog that publishes articles and tutorials about the latest web trends, techniques and new possibilities.", "url": "https://tympanus.net/codrops/" + }, + { + "title": "Fontjoy", + "desc": "Generate font combinations with deep learning.", + "url": "https://fontjoy.com/" } ] }, From c47db9975d0d49da2e9e6876438be389de252a27 Mon Sep 17 00:00:00 2001 From: Karey Higuera Date: Mon, 30 Sep 2019 10:24:01 -0500 Subject: [PATCH 2/3] Add fontjoy resource to design --- resources/design.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/design.json b/resources/design.json index 03044a1..8b89b75 100644 --- a/resources/design.json +++ b/resources/design.json @@ -139,6 +139,11 @@ "desc": "Codrops is a web design and development blog that publishes articles and tutorials about the latest web trends, techniques and new possibilities.", "url": "https://tympanus.net/codrops/", "tags": [] + }, + { + "title": "Fontjoy", + "desc": "Generate font combinations with deep learning.", + "url": "https://fontjoy.com/" } ] } \ No newline at end of file From ac18034fdaca8ce4c187bf6d948f0045e1fd6947 Mon Sep 17 00:00:00 2001 From: Karey Higuera Date: Thu, 3 Oct 2019 07:25:17 -0500 Subject: [PATCH 3/3] 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 +}