From e629584830377d871075bea45caa6b4990555489 Mon Sep 17 00:00:00 2001
From: Fabio Manganiello <fabio@manganiello.tech>
Date: Mon, 31 Mar 2025 12:12:26 +0200
Subject: [PATCH] Fixed thin mobile font.

The `Inter` default font-family makes fonts look thin and barely legible
on mobile.
---
 frontend/src/assets/base.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frontend/src/assets/base.css b/frontend/src/assets/base.css
index 9edcbe3..a4c098e 100644
--- a/frontend/src/assets/base.css
+++ b/frontend/src/assets/base.css
@@ -127,7 +127,6 @@ body {
     background-color 0.5s;
   line-height: 1.6;
   font-family:
-    Inter,
     -apple-system,
     BlinkMacSystemFont,
     'Segoe UI',