mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"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": {
|
|
"@fontsource/roboto": "^4.5.8",
|
|
"@fontsource/roboto-condensed": "^4.5.9"
|
|
}
|
|
}
|