Move typography resources into design category
This commit is contained in:
@@ -169,6 +169,48 @@
|
|||||||
"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.",
|
"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",
|
"url": "http://goodbrief.io",
|
||||||
"tags": ["generator"]
|
"tags": ["generator"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Google Fonts",
|
||||||
|
"desc": "Large library of high-quality, free web fonts.",
|
||||||
|
"url": "https://fonts.google.com/",
|
||||||
|
"tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "The Font Loading Checklist",
|
||||||
|
"desc": "Four important considerations when loading web fonts.",
|
||||||
|
"url": "https://www.zachleat.com/web/font-checklist/",
|
||||||
|
"tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Practical Typography",
|
||||||
|
"desc": "A just-deep-enough dive into typography for designers.",
|
||||||
|
"url": "https://practicaltypography.com/",
|
||||||
|
"tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Wakamai Fondue",
|
||||||
|
"desc": "Extensive font file analyzer that tells you everything you need to know about your font.",
|
||||||
|
"url": "https://wakamaifondue.com/",
|
||||||
|
"tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Typewolf",
|
||||||
|
"desc": "Discover trending fonts and pairings from around the web.",
|
||||||
|
"url": "https://www.typewolf.com/",
|
||||||
|
"tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Typography Handbook",
|
||||||
|
"desc": "A concise, referential guide on best web typographic practices.",
|
||||||
|
"url": "http://typographyhandbook.com",
|
||||||
|
"tags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Fontjoy",
|
||||||
|
"desc": "Generate font combinations with deep learning.",
|
||||||
|
"url": "https://fontjoy.com/",
|
||||||
|
"tags": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ import server from './server'
|
|||||||
import utility from './utility'
|
import utility from './utility'
|
||||||
import icons from './icons'
|
import icons from './icons'
|
||||||
import accessibility from './accessibility'
|
import accessibility from './accessibility'
|
||||||
import typography from './typography'
|
|
||||||
|
|
||||||
const sortByTitle = ({ title: titleA }, { title: titleB }) => {
|
const sortByTitle = ({ title: titleA }, { title: titleB }) => {
|
||||||
if(titleA < titleB) return -1
|
if(titleA < titleB) return -1
|
||||||
@@ -39,6 +38,4 @@ export default [
|
|||||||
utility,
|
utility,
|
||||||
icons,
|
icons,
|
||||||
accessibility,
|
accessibility,
|
||||||
typography,
|
|
||||||
].sort(sortByTitle)
|
].sort(sortByTitle)
|
||||||
|
|
||||||
|
|||||||
@@ -1,48 +0,0 @@
|
|||||||
{
|
|
||||||
"title": "Typography",
|
|
||||||
"slug": "/typography",
|
|
||||||
"resources": [
|
|
||||||
{
|
|
||||||
"title": "Google Fonts",
|
|
||||||
"desc": "Large library of high-quality, free web fonts.",
|
|
||||||
"url": "https://fonts.google.com/",
|
|
||||||
"tags": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "The Font Loading Checklist",
|
|
||||||
"desc": "Four important considerations when loading web fonts.",
|
|
||||||
"url": "https://www.zachleat.com/web/font-checklist/",
|
|
||||||
"tags": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Practical Typography",
|
|
||||||
"desc": "A just-deep-enough dive into typography for designers.",
|
|
||||||
"url": "https://practicaltypography.com/",
|
|
||||||
"tags": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Wakamai Fondue",
|
|
||||||
"desc": "Extensive font file analyzer that tells you everything you need to know about your font.",
|
|
||||||
"url": "https://wakamaifondue.com/",
|
|
||||||
"tags": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Typewolf",
|
|
||||||
"desc": "Discover trending fonts and pairings from around the web.",
|
|
||||||
"url": "https://www.typewolf.com/",
|
|
||||||
"tags": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Typography Handbook",
|
|
||||||
"desc": "A concise, referential guide on best web typographic practices.",
|
|
||||||
"url": "http://typographyhandbook.com",
|
|
||||||
"tags": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Fontjoy",
|
|
||||||
"desc": "Generate font combinations with deep learning.",
|
|
||||||
"url": "https://fontjoy.com/",
|
|
||||||
"tags": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user