Change to install Roboto fonts by npm

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-08-06 01:13:52 -04:00
parent 6d83f18490
commit aed09f0c64
59 changed files with 42 additions and 227 deletions

15
fonts/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "magicmirror-fonts",
"description": "Package for fonts use by MagicMirror Core.",
"repository": {
"type": "git",
"url": "git+https://github.com/MichMich/MagicMirror.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MichMich/MagicMirror/issues"
},
"dependencies": {
"roboto-fontface": "^0.8.0"
}
}