UNPKG

@patreon/studio

Version:

Patreon Studio Design System

47 lines (37 loc) 833 B
.shared { font-family: type-token("display.fontStack"); letter-spacing: type-token("display.letterSpacing"); line-height: type-token("display.lineHeight"); em { font-style: italic; } s { text-decoration: line-through; } } .weightLight { font-weight: type-token("display.fontWeights.light"); } .weightNormal { font-weight: type-token("display.fontWeights.normal"); } .weightMedium { font-weight: type-token("display.fontWeights.medium"); } @responsive { .sizeMd { font-size: type-token("display.fontSizes.md"); } .sizeLg { font-size: type-token("display.fontSizes.lg"); } .sizeXl { font-size: type-token("display.fontSizes.xl"); } .sizeXxl { font-size: type-token("display.fontSizes.xxl"); } .sizeXxxl { font-size: type-token("display.fontSizes.xxxl"); } }