mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-05 04:02:21 +02:00
If need be (#168)
This commit is contained in:
parent
6375e80641
commit
17dc9519d2
48 changed files with 1033 additions and 642 deletions
|
@ -35,7 +35,8 @@ module.exports = {
|
|||
xs: "375px",
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ["Inter var", ...defaultTheme.fontFamily.sans],
|
||||
sans: ["Inter", ...defaultTheme.fontFamily.sans],
|
||||
mono: [...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