Move "Font Loading Checklist" into frontend

It probably has more to do with front-end dev than design.
This commit is contained in:
Jonas Gierer
2019-10-14 17:01:46 +02:00
parent ebe9f94fd3
commit 89c368461c
2 changed files with 7 additions and 7 deletions

View File

@@ -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.",

View File

@@ -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"]
}
]
}
}