From 4cc3021a471b66d68f70b3f484735bcd302e96bf Mon Sep 17 00:00:00 2001 From: Said Gedik Date: Thu, 8 Aug 2024 16:26:39 +0200 Subject: [PATCH] font size --- frontend/src/styles.css | 2 ++ frontend/src/theme.scss | 1 + 2 files changed, 3 insertions(+) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index c9cf489..29065f2 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -40,6 +40,8 @@ html, body { /* overflow: hidden !important; */ + font-family: 'Helvetica'; + font-size: 14px; } html, diff --git a/frontend/src/theme.scss b/frontend/src/theme.scss index 05fe092..6eedaa1 100644 --- a/frontend/src/theme.scss +++ b/frontend/src/theme.scss @@ -17,4 +17,5 @@ $my-theme: mat-light-theme($my-primary, $my-accent, $my-warn); * { font-family: 'Helvetica'; + font-size: 14px; }