typebase.css
Version:
**typebase.css** aims to provide a minimal CSS typography boiler plate. Most css frameworks fail web typography in one of a few ways:
25 lines (24 loc) • 452 B
JSON
{
"name": "typebase.css",
"description": "typebase.css is a minimal CSS typography boiler plate",
"main": "./typebase.css",
"authors": [
"Devin Hunt <devinhunt@gmail.com>"
],
"license": "MIT",
"keywords": [
"css",
"less",
"sass",
"typography",
"web"
],
"homepage": "http://devinhunt.github.io/typebase.css/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}