UNPKG

fannypack-v5

Version:

An accessible, composable, and friendly React UI Kit

9 lines (7 loc) 174 B
import { FontWeightsThemeConfig } from '../types'; export default (overrides: FontWeightsThemeConfig) => ({ normal: 400, semibold: 600, bold: 700, ...overrides, });