mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 02:30:23 +00:00
Add $font-weight-light var
This commit is contained in:
parent
ed4f5778a9
commit
1e38b45980
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ $font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
|
|||
$font-size-lg: 1.25rem !default;
|
||||
$font-size-sm: .875rem !default;
|
||||
|
||||
$font-weight-light: light !default;
|
||||
$font-weight-normal: normal !default;
|
||||
$font-weight-bold: bold !default;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue