From 3f03b5c3c53f2c3b9123201bc48b4471ad8d3edd Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sat, 21 Jun 2025 00:18:08 +0200 Subject: Refactor project structure and update dependencies; replace Outfit font with Roboto, enhance navigation bar styles, and add .gitignore for frontend --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 81ba10f..e78abab 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,8 @@ }, "workspaces": [ "src/frontend" - ] + ], + "dependencies": { + "@fontsource-variable/roboto": "^5.2.6" + } } -- cgit v1.3