From 5c93f27fce3b6cdf6fc5de979310a3c6e55f934f Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Sat, 19 Apr 2025 21:54:13 +0200 Subject: [PATCH] Revert to Inter font --- src/styles/theme-common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/theme-common.ts b/src/styles/theme-common.ts index e2b2b60..600b6da 100644 --- a/src/styles/theme-common.ts +++ b/src/styles/theme-common.ts @@ -1,7 +1,7 @@ // Extend the Theme interface const commonThemeOptions = { typography: { - fontFamily: ['Roboto'].join(','), + fontFamily: ['Inter'].join(','), h1: { fontSize: '2rem', fontWeight: 600,