UNPKG

@codolog/empathy

Version:

A lightweight admin panel components with Tailwindcss, PurgeCSS, Vuejs, Fontawesome 5.

41 lines (40 loc) 763 B
module.exports = { theme: { fontFamily: { sans: [ 'Source Sans Pro', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif', '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"', ], serif: [ 'Source Sans Pro', 'Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif', ], mono: [ 'Menlo', 'Monaco', 'Consolas', '"Liberation Mono"', '"Courier New"', 'monospace', ], }, extend: {} }, variants: {}, plugins: [] }