UNPKG

@sandlada/mdk

Version:

A JavaScript library based on Material Design 3, providing data such as color, shape, shadow level, etc.

8 lines (7 loc) 182 B
export class Typeface { static Brand = `Roboto`; static Plain = `Roboto`; static WeightBold = `700`; static WeightMedium = `500`; static WeightRegular = `400`; }