mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-23 05:46:20 +02:00
Use next/font to serve fonts (#419)
This commit is contained in:
parent
fcb2d362c9
commit
2f7f0f8734
6 changed files with 26 additions and 7 deletions
|
@ -35,8 +35,8 @@ module.exports = {
|
|||
xs: "375px",
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ["Inter", ...defaultTheme.fontFamily.sans],
|
||||
mono: ["Noto Sans Mono", ...defaultTheme.fontFamily.mono],
|
||||
sans: ["var(--font-inter)", ...defaultTheme.fontFamily.sans],
|
||||
mono: ["var(--font-noto)", ...defaultTheme.fontFamily.mono],
|
||||
},
|
||||
transitionTimingFunction: {
|
||||
"in-expo": "cubic-bezier(0.68, -0.6, 0.32, 1.6)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue