Purushoth ba3c200813 Add Roboto Condensed (#28)
[Added] test.html - Has tests for all fonts
[Modified] Folder structure and mixins to add more font variants of roboto
2016-06-08 11:45:07 +02:00

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