You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.4 KiB
28 lines
1.4 KiB
@font-family-sans-serif: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
@font-family-serif: Georgia, "Times New Roman", Times, serif;
|
|
@font-family-monospace: 'Roboto Slab', Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
@font-family-base: @font-family-sans-serif;
|
|
|
|
@font-size-base: 14px;
|
|
@font-size-large: ceil((@font-size-base * 1.25)); // ~18px
|
|
@font-size-small: ceil((@font-size-base * 0.85)); // ~12px
|
|
|
|
// @font-size-h1: floor((@font-size-base * 2.6)); // ~36px
|
|
// @font-size-h2: floor((@font-size-base * 2.15)); // ~30px
|
|
@font-size-h1: ceil((@font-size-base * 1.7)); // ~24px
|
|
@font-size-h2: ceil((@font-size-base * 1.4)); // ~22px
|
|
@font-size-h3: ceil((@font-size-base * 1.55)); // ~22px
|
|
@font-size-h4: ceil((@font-size-base * 1.25)); // ~18px
|
|
@font-size-h5: @font-size-base;
|
|
@font-size-h6: ceil((@font-size-base * 0.85)); // ~12px
|
|
|
|
//** Unit-less `line-height` for use in components like buttons.
|
|
@line-height-base: 1.428571429; // 20/14
|
|
//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
|
|
@line-height-computed: floor((@font-size-base * @line-height-base)); // ~20px
|
|
|
|
//** By default, this inherits from the `<body>`.
|
|
@headings-font-family: inherit;
|
|
@headings-font-weight: 500;
|
|
@headings-line-height: 1.1;
|
|
@headings-color: inherit;
|
|
|