Customizing Typography
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$font-size | 14px | 14px | |
Description Base font size across all components. | |||
$font-family | Roboto, "Helvetica Neue", sans-serif | Roboto, "Helvetica Neue", sans-serif | |
Description Font family across all components. | |||
$font-family-monospace | Consolas, "Ubuntu Mono", "Lucida Console", "Courier New", monospace | Consolas, "Ubuntu Mono", "Lucida Console", "Courier New", monospace | |
Description Font family for monospaced text. Used for styling the code. | |||
$line-height | (28 / 14) | (28 / 14) | |
Description Line height used along with $font-size. |