From 00d09ceb8b5d03cdde45deff1e6075349b8d0f51 Mon Sep 17 00:00:00 2001 From: bisco Date: Tue, 5 May 2026 12:28:19 +0200 Subject: [PATCH] feat: refine frontend typography and branding --- frontend/src/app/app.component.ts | 57 ++++++++----------- frontend/src/app/pages/home-page.component.ts | 16 ++---- frontend/src/index.html | 2 +- frontend/src/styles.css | 26 +++++---- 4 files changed, 44 insertions(+), 57 deletions(-) diff --git a/frontend/src/app/app.component.ts b/frontend/src/app/app.component.ts index 656efe9..8977033 100644 --- a/frontend/src/app/app.component.ts +++ b/frontend/src/app/app.component.ts @@ -22,12 +22,8 @@ import { MatButtonModule } from '@angular/material/button';