@patreon/studio
Version:
Patreon Studio Design System
49 lines (39 loc) • 985 B
CSS
.shared {
font-family: type-token("dataHeading.fontStack");
font-variant-numeric: lining-nums tabular-nums;
font-variation-settings: type-token("dataHeading.fontWidth");
letter-spacing: type-token("dataHeading.letterSpacing");
line-height: type-token("dataHeading.lineHeight");
em {
font-style: italic;
}
s {
text-decoration: line-through;
}
}
.weightLight {
font-weight: type-token("dataHeading.fontWeights.light");
}
.weightNormal {
font-weight: type-token("dataHeading.fontWeights.normal");
}
.weightMedium {
font-weight: type-token("dataHeading.fontWeights.medium");
}
@responsive {
.sizeXs {
font-size: type-token("dataHeading.fontSizes.xs");
}
.sizeSm {
font-size: type-token("dataHeading.fontSizes.sm");
}
.sizeMd {
font-size: type-token("dataHeading.fontSizes.md");
}
.sizeLg {
font-size: type-token("dataHeading.fontSizes.lg");
}
.sizeXl {
font-size: type-token("dataHeading.fontSizes.xl");
}
}