@salesforce-ux/design-system
Version:
Salesforce Lightning Design System
64 lines (62 loc) • 2.36 kB
text/less
/* Use for large headings only. */
@font-weight-light: 300;
/* Most all body copy. */
@font-weight-regular: 400;
/* Used sparingly for emphasized text within regular body copy. */
@font-weight-bold: 700;
/* Constant typography token for font size 1 */
@font-size-1: 0.625rem;
/* Constant typography token for font size 2 */
@font-size-2: 0.75rem;
/* Constant typography token for font size 3 */
@font-size-3: 0.8125rem;
/* Variable typography token for font size 10 */
@var-font-size-10: 2rem;
/* Constant typography token for font size 4 */
@font-size-4: 0.875rem;
/* Variable typography token for font size 11 */
@var-font-size-11: 2.625rem;
/* Constant typography token for font size 5 */
@font-size-5: 1rem;
/* Constant typography token for font size 6 */
@font-size-6: 1.125rem;
/* Constant typography token for font size 7 */
@font-size-7: 1.25rem;
/* Constant typography token for font size 8 */
@font-size-8: 1.5rem;
/* Variable typography token for font size 1 */
@var-font-size-1: 0.625rem;
/* Constant typography token for font size 9 */
@font-size-9: 1.75rem;
/* Variable typography token for font size 2 */
@var-font-size-2: 0.75rem;
/* Variable typography token for font size 3 */
@var-font-size-3: 0.8125rem;
/* Constant typography token for font size 10 */
@font-size-10: 2rem;
/* Variable typography token for font size 4 */
@var-font-size-4: 0.875rem;
/* Constant typography token for font size 11 */
@font-size-11: 2.625rem;
/* Variable typography token for font size 5 */
@var-font-size-5: 1rem;
/* Variable typography token for font size 6 */
@var-font-size-6: 1.125rem;
/* Variable typography token for font size 7 */
@var-font-size-7: 1.25rem;
/* Variable typography token for font size 8 */
@var-font-size-8: 1.5rem;
/* Variable typography token for font size 9 */
@var-font-size-9: 1.75rem;
/* Unitless line-heights for reusability */
@line-height-heading: 1.25;
/* Unitless line-heights for reusability */
@line-height-text: 1.5;
/* Remove extra leading. Unitless line-heights for reusability */
@line-height-reset: 1;
/* Variable unitless line-heights for reusability */
@var-line-height-text: 1.5;
/* Default font-family for Salesforce applications */
@font-family: 'Salesforce Sans', Arial, sans-serif;
@font-family-heading: 'Salesforce Sans', Arial, sans-serif;
@font-family-monospace: Consolas, Menlo, Monaco, Courier, monospace;