Add typography tags

This commit is contained in:
Jonas Gierer
2019-10-14 16:57:17 +02:00
parent 6c2e59f725
commit ebe9f94fd3

View File

@@ -174,43 +174,43 @@
"title": "Google Fonts", "title": "Google Fonts",
"desc": "Large library of high-quality, free web fonts.", "desc": "Large library of high-quality, free web fonts.",
"url": "https://fonts.google.com/", "url": "https://fonts.google.com/",
"tags": [] "tags": ["typography", "collection"]
}, },
{ {
"title": "The Font Loading Checklist", "title": "The Font Loading Checklist",
"desc": "Four important considerations when loading web fonts.", "desc": "Four important considerations when loading web fonts.",
"url": "https://www.zachleat.com/web/font-checklist/", "url": "https://www.zachleat.com/web/font-checklist/",
"tags": [] "tags": ["typography", "tips", "best practices"]
}, },
{ {
"title": "Practical Typography", "title": "Practical Typography",
"desc": "A just-deep-enough dive into typography for designers.", "desc": "A just-deep-enough dive into typography for designers.",
"url": "https://practicaltypography.com/", "url": "https://practicaltypography.com/",
"tags": [] "tags": ["typography", "educational", "reading"]
}, },
{ {
"title": "Wakamai Fondue", "title": "Wakamai Fondue",
"desc": "Extensive font file analyzer that tells you everything you need to know about your font.", "desc": "Extensive font file analyzer that tells you everything you need to know about your font.",
"url": "https://wakamaifondue.com/", "url": "https://wakamaifondue.com/",
"tags": [] "tags": ["typography", "tools"]
}, },
{ {
"title": "Typewolf", "title": "Typewolf",
"desc": "Discover trending fonts and pairings from around the web.", "desc": "Discover trending fonts and pairings from around the web.",
"url": "https://www.typewolf.com/", "url": "https://www.typewolf.com/",
"tags": [] "tags": ["typography", "collection", "inspiration"]
}, },
{ {
"title": "Typography Handbook", "title": "Typography Handbook",
"desc": "A concise, referential guide on best web typographic practices.", "desc": "A concise, referential guide on best web typographic practices.",
"url": "http://typographyhandbook.com", "url": "http://typographyhandbook.com",
"tags": [] "tags": ["typography", "guide", "best practices", "educational"]
}, },
{ {
"title": "Fontjoy", "title": "Fontjoy",
"desc": "Generate font combinations with deep learning.", "desc": "Generate font combinations with deep learning.",
"url": "https://fontjoy.com/", "url": "https://fontjoy.com/",
"tags": [] "tags": ["typography", "tools"]
} }
] ]
} }