update roboto fonts to v5 (#3121)

there are no "all" files in the v5 versions of roboto-fonts anymore so I
used the content of their css files in `roboto.css`.

~~PR is set to draft because @rejas wants to wait until next release is
done.~~
This commit is contained in:
Karsten Hassel
2023-07-03 00:01:12 +02:00
committed by GitHub
parent f802c85a38
commit 0b97639341
4 changed files with 545 additions and 39 deletions

View File

@@ -10,7 +10,7 @@
"url": "https://github.com/MichMich/MagicMirror/issues"
},
"dependencies": {
"@fontsource/roboto": "^4.5.8",
"@fontsource/roboto-condensed": "^4.5.9"
"@fontsource/roboto": "^5.0.3",
"@fontsource/roboto-condensed": "^5.0.3"
}
}