UNPKG

@vela-ui-kit/core

Version:

Core components of Vela UI kit, reusable UI elements for front end projects

11 lines (10 loc) 295 B
export const typography = { fontFamilyPrimary: "'Roboto', 'Helvetica Neue', Arial, sans-serif", fontWeightRegular: 400, fontWeightMedium: 500, fontWeightBold: 700, lineHeightNormal: 1.5, lineHeightHeading: 1.25, letterSpacingNormal: 0, letterSpacingWide: 0.05 };