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 = {
|
export const mantineTheme: MantineThemeOverride = {
|
||||||
colorScheme: 'dark',
|
colorScheme: 'dark',
|
||||||
|
fontFamily: `'InterVariable', sans-serif`,
|
||||||
colors: {
|
colors: {
|
||||||
ocean: [
|
ocean: [
|
||||||
'#dcf5ff',
|
'#dcf5ff',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user