wix-style-react
Version:
28 lines (23 loc) • 376 B
CSS
:import {
-st-from: "../../../Foundation/stylable/typography.st.css";
-st-named: bold;
}
/* Typography */
.heading-h3 {
-st-mixin: bold;
font-size: 18px;
line-height: 24px;
}
.heading-h4 {
-st-mixin: bold;
font-size: 14px;
line-height: 20px;
}
.heading-h5 {
font-size: 12px;
line-height: 16px;
}
.heading-h6 {
font-size: 10px;
line-height: 16px;
}