feat: self-host font for better privacy (#2540)

This commit is contained in:
Pierre Spring
2026-02-27 10:48:48 +01:00
committed by GitHub
parent 55776ea24f
commit 10ea21b20f
10 changed files with 17 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ module.exports = {
width: 'width',
},
fontFamily: {
sans: ['Inter', ...defaultTheme.fontFamily.sans],
sans: ['Inter Variable', ...defaultTheme.fontFamily.sans],
},
typography: (theme) => ({
DEFAULT: {