feat: Change default font to Inter

This commit is contained in:
blessedcoolant 2023-06-12 19:53:03 +12:00 committed by psychedelicious
parent 68a02da990
commit 32200efce8

View File

@ -2,6 +2,7 @@ import { MantineThemeOverride } from '@mantine/core';
export const mantineTheme: MantineThemeOverride = {
colorScheme: 'dark',
fontFamily: `'InterVariable', sans-serif`,
colors: {
ocean: [
'#dcf5ff',