Skip to content

Change font for desktop #272

Discussion options

You must be logged in to vote

Hi @nikos-chatzatoglou! Calling "npm install" in the desktop folder directly can lead to problems. Instead, new dependencies should be added in the package.json file. So in your case, you would add this line to "dependencies" in "desktop/package.json":

"@fontsource/roboto": "5.1.1",

Then you go to the root directory of the repository and call "npm run bootstrap". This way, the new dependency should be installed correctly. If this doesn't work, you can try deleting the folder "desktop/node_modules" and try again.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nikos-chatzatoglou
Comment options

Answer selected by tkleinke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants