diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 2dc43d659..9cd04471b 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -21,7 +21,11 @@ class MyDocument extends Document { return (
- + + diff --git a/tailwind.config.js b/tailwind.config.js index 511f59532..4346ae176 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,7 +11,7 @@ module.exports = { width: 'width', }, fontFamily: { - sans: ['Inter var', ...defaultTheme.fontFamily.sans], + sans: ['Inter', ...defaultTheme.fontFamily.sans], }, typography: (theme) => ({ DEFAULT: {