Merge pull request #171 from webgems/dev

🔀 dev into master
This commit is contained in:
wellá
2019-10-15 12:00:29 +02:00
committed by GitHub
4 changed files with 47 additions and 14 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"editor.formatOnSave": false
}

View File

@@ -78,7 +78,7 @@ export default {
flex-direction: column;
font-size: 13px;
color: white;
margin: 0 0 .7rem 0;
margin: .7rem 0 .7rem 0;
line-height: 1.3;
letter-spacing: .5px;
max-width: 15rem;

View File

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

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