UNPKG

responsivewebframework

Version:

Jalasoft Foundation Front End Framework ========================================

35 lines (25 loc) 859 B
// Headings h1, h2, h3, h4 { margin: 0; } h1 { .font-format(@font-family-UltraLight, @h1-font-size, @h1-line-height, @h1-letter-space, @h1-color); } h2 { .font-format(@font-family-Medium, @h2-font-size, @h2-line-height, @h2-letter-space, @h2-color ); } h3 { .font-format(@font-family-Light, @h3-font-size, @h3-line-height, @h3-letter-space, @h3-color); } h4 { .font-format(@font-family-Medium, @h4-font-size, @h4-line-height, @h4-letter-space, @h4-color); } .menu { .font-format(@font-family-Regular, @nav-font-size, @nav-line-height, @nav-letter-space, @nav-color); } .sub-menu { .font-format(@font-family-Regular, @sub-menu-font-size, @sub-menu-line-height, @sub-menu-letter-space, @sub-menu-color); } .caption { .font-format(@font-family-Regular, @caption-font-size, @caption-line-height, @caption-letter-space, @caption-color); }