From 89c368461c420a25ec1d630b33ed08d63bf8e67c Mon Sep 17 00:00:00 2001 From: Jonas Gierer Date: Mon, 14 Oct 2019 17:01:46 +0200 Subject: [PATCH] Move "Font Loading Checklist" into frontend It probably has more to do with front-end dev than design. --- resources/design.json | 6 ------ resources/frontend.json | 8 +++++++- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/design.json b/resources/design.json index d4d2240..c72d4a1 100644 --- a/resources/design.json +++ b/resources/design.json @@ -176,12 +176,6 @@ "url": "https://fonts.google.com/", "tags": ["typography", "collection"] }, - { - "title": "The Font Loading Checklist", - "desc": "Four important considerations when loading web fonts.", - "url": "https://www.zachleat.com/web/font-checklist/", - "tags": ["typography", "tips", "best practices"] - }, { "title": "Practical Typography", "desc": "A just-deep-enough dive into typography for designers.", diff --git a/resources/frontend.json b/resources/frontend.json index 80c11b6..35f152e 100644 --- a/resources/frontend.json +++ b/resources/frontend.json @@ -31,6 +31,12 @@ "desc": "Basic HTML & CSS for NON-WEB DESIGNERS", "url": "http://www.dontfeartheinternet.com/", "tags": [] + }, + { + "title": "The Font Loading Checklist", + "desc": "Four important considerations when loading web fonts.", + "url": "https://www.zachleat.com/web/font-checklist/", + "tags": ["typography", "tips", "best practices"] } ] -} \ No newline at end of file +}