Remove commented out code in tailwind config (#957)

* User Inter as font

* Use latest inter as font

* remove inter in codebase
pull/966/head
Nathan Sarrazin 2024-03-27 16:06:02 +01:00 committed by GitHub
parent d4016bc810
commit b0e461b56e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ export default {
colors: {
primary: colors[process.env.PUBLIC_APP_COLOR],
},
// fontFamily: {
// sans: ['"Inter"', ...defaultTheme.fontFamily.sans]
// },
fontSize: {
xxs: "0.625rem",
smd: "0.94rem",