mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
fix(website): use inter font for titles (#8542)
Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
@@ -26,7 +26,11 @@ export default function MyApp({ Component, pageProps }: AppProps) {
|
||||
<ColorSchemeProvider colorScheme={colorScheme} toggleColorScheme={toggleColorScheme}>
|
||||
<MantineProvider
|
||||
theme={{
|
||||
fontFamily: 'Inter',
|
||||
fontFamily: 'Inter var',
|
||||
fontFamilyMonospace: 'JetBrains Mono',
|
||||
headings: {
|
||||
fontFamily: 'Inter var',
|
||||
},
|
||||
colorScheme,
|
||||
colors: {
|
||||
blurple: [
|
||||
|
||||
Reference in New Issue
Block a user