From e86cff786dced474fbe41414b96d3f1ff99fcb98 Mon Sep 17 00:00:00 2001 From: Christian Werner Date: Wed, 29 Oct 2025 20:48:19 +0100 Subject: [PATCH] fix buttons using wrong font --- src/angular/frontend/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/angular/frontend/src/styles.scss b/src/angular/frontend/src/styles.scss index 94abf16..e8b9397 100644 --- a/src/angular/frontend/src/styles.scss +++ b/src/angular/frontend/src/styles.scss @@ -3,7 +3,7 @@ @use "button"; @use "form"; -html, input { +html, input, button { font-size: 18px; font-family: "Roboto", sans-serif; font-optical-sizing: auto;