mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-21 19:22:17 +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": "^5.0.8",
|
|
"@fontsource/roboto-condensed": "^5.0.8"
|
|
}
|
|
}
|