mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat: Change default font to Inter
This commit is contained in:
parent
68a02da990
commit
32200efce8
@ -2,6 +2,7 @@ import { MantineThemeOverride } from '@mantine/core';
|
||||
|
||||
export const mantineTheme: MantineThemeOverride = {
|
||||
colorScheme: 'dark',
|
||||
fontFamily: `'InterVariable', sans-serif`,
|
||||
colors: {
|
||||
ocean: [
|
||||
'#dcf5ff',
|
||||
|
Loading…
Reference in New Issue
Block a user