diff --git a/resources/design.json b/resources/design.json index 8f44da5..c72d4a1 100644 --- a/resources/design.json +++ b/resources/design.json @@ -80,12 +80,6 @@ "url": "https://www.lapa.ninja/learn/", "tags": ["educational", "tutorial", "learning"] }, - { - "title": "Typography Handbook", - "desc": "A concise, referential guide on best web typographic practices.", - "url": "http://typographyhandbook.com", - "tags": ["typography", "guide", "best practices", "educational"] - }, { "title": "Hyperpixel.io", "desc": "Discover the latest designs for your own inspiration from our curated list of landing pages.", @@ -158,12 +152,6 @@ "url": "https://coolbackgrounds.io/", "tags": ["background", "inspiration"] }, - { - "title": "Fontjoy", - "desc": "Generate font combinations with deep learning.", - "url": "https://fontjoy.com/", - "tags": [] - }, { "title": "Can't Unsee", "desc": "A game where your attention to details earns you a lot of coins. WARNING: Once you see the difference between the images, you won't be able to unsee it!", @@ -181,6 +169,42 @@ "desc": "GoodBrief is a random generator for design briefs. Choose the type of creative work and the industry, and goodbrief will generate a unique brief.", "url": "http://goodbrief.io", "tags": ["generator"] + }, + { + "title": "Google Fonts", + "desc": "Large library of high-quality, free web fonts.", + "url": "https://fonts.google.com/", + "tags": ["typography", "collection"] + }, + { + "title": "Practical Typography", + "desc": "A just-deep-enough dive into typography for designers.", + "url": "https://practicaltypography.com/", + "tags": ["typography", "educational", "reading"] + }, + { + "title": "Wakamai Fondue", + "desc": "Extensive font file analyzer that tells you everything you need to know about your font.", + "url": "https://wakamaifondue.com/", + "tags": ["typography", "tools"] + }, + { + "title": "Typewolf", + "desc": "Discover trending fonts and pairings from around the web.", + "url": "https://www.typewolf.com/", + "tags": ["typography", "collection", "inspiration"] + }, + { + "title": "Typography Handbook", + "desc": "A concise, referential guide on best web typographic practices.", + "url": "http://typographyhandbook.com", + "tags": ["typography", "guide", "best practices", "educational"] + }, + { + "title": "Fontjoy", + "desc": "Generate font combinations with deep learning.", + "url": "https://fontjoy.com/", + "tags": ["typography", "tools"] } ] } 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 +}