Revert to Inter font

This commit is contained in:
Nicola Benaglia 2025-04-19 21:54:13 +02:00
parent c5358abd36
commit 5c93f27fce

View File

@ -1,7 +1,7 @@
// Extend the Theme interface
const commonThemeOptions = {
typography: {
fontFamily: ['Roboto'].join(','),
fontFamily: ['Inter'].join(','),
h1: {
fontSize: '2rem',
fontWeight: 600,