From 6e89eccc9f0bbd51dfddcf9f15fce7c1f410502a Mon Sep 17 00:00:00 2001 From: Perside Rosalie Date: Fri, 1 Aug 2025 11:38:04 +0200 Subject: [PATCH 1/5] Added fallback font for systems without the Lato font style. The Segeoe UI on Windows is a very similar to Lato on Linux Sans-serif is the fallback for all other systems with neither of these fonts --- src/components/Pages/Complaint.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Pages/Complaint.vue b/src/components/Pages/Complaint.vue index a67a4c0b..b263abe5 100644 --- a/src/components/Pages/Complaint.vue +++ b/src/components/Pages/Complaint.vue @@ -171,7 +171,7 @@ export default { #pageContent{ color: #000; font-feature-settings: 'liga' off, 'clig' off; - font-family: Lato; + font-family: Lato, Segoe UI, sans-serif; font-size: 14px; font-style: normal; font-weight: 600; @@ -181,7 +181,7 @@ export default { align-self: stretch; color: #000; font-feature-settings: 'liga' off, 'clig' off; - font-family: Lato; + font-family: Lato, Segoe UI, sans-serif; font-size: 32px; font-style: normal; font-weight: 600; From 4382cdc791865b82d16386af06c0df1b0ff1122d Mon Sep 17 00:00:00 2001 From: Perside Rosalie Date: Fri, 8 Aug 2025 14:55:29 +0200 Subject: [PATCH 2/5] change font for alert popup to Roboto and add max width --- src/components/Pages/Complaint.vue | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/components/Pages/Complaint.vue b/src/components/Pages/Complaint.vue index b263abe5..765a2d9b 100644 --- a/src/components/Pages/Complaint.vue +++ b/src/components/Pages/Complaint.vue @@ -58,7 +58,7 @@ - + Report successfully submitted. Thanks!