/** @type {import('tailwindcss').Config} */ export default { content: ['./src/**/*.{vue,ts}', './*.html'], corePlugins: { preflight: false, }, theme: { extend: { fontFamily: { sans: ['"Segoe UI"', '"Microsoft YaHei"', 'sans-serif'], display: ['-apple-system', '"SF Pro Display"', '"Segoe UI"', 'sans-serif'], }, }, }, }