UNPKG

tailwindcss-preset-blueprintjs

Version:

A preset for Tailwind CSS to load colors, spacing, shadows, fonts, and transitions from BlueprintJS.

19 lines (18 loc) 423 B
export const fontFamilyConfig = { fontFamily: { "bp5-sans": [ "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "blueprint-icons-16", "sans-serif", ], "bp5-mono": ["monospace"], }, };