mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-10 07:26:48 +02:00
🔥 Remove Noto
This commit is contained in:
parent
e535a0e5be
commit
9f69067cde
2 changed files with 2 additions and 8 deletions
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
...sharedConfig.theme,
|
||||
fontFamily: {
|
||||
sans: ["var(--font-inter)", ...defaultTheme.fontFamily.sans],
|
||||
mono: ["var(--font-noto)", ...defaultTheme.fontFamily.mono],
|
||||
mono: [...defaultTheme.fontFamily.mono],
|
||||
},
|
||||
},
|
||||
plugins: [require("@tailwindcss/typography"), require("tailwindcss-animate")],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue