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) 244 B
export declare abstract class Typeface { static readonly Brand = "Roboto"; static readonly Plain = "Roboto"; static readonly WeightBold = "700"; static readonly WeightMedium = "500"; static readonly WeightRegular = "400"; }