
[Added] test.html - Has tests for all fonts [Modified] Folder structure and mixins to add more font variants of roboto
18 lines
449 B
JSON
18 lines
449 B
JSON
{
|
|
"name": "roboto-fontface",
|
|
"description": "A simple package providing the Roboto fontface.",
|
|
"version": "0.4.5",
|
|
"main": [
|
|
"./css/roboto/roboto-fontface.css",
|
|
"./css/roboto-condensed/roboto-condensed-fontface.css",
|
|
"./fonts/roboto/*.*",
|
|
"./fonts/roboto-condensed/*.*"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
} |