feat(scss): Replace font-size-base to 14px
This has been standard in the projects I've worked on so far so might as well replace it.
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
$font-family-sans-serif: "Roboto", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
$font-family-base: $font-family-sans-serif;
|
||||
|
||||
$font-size-base: rem-calc(16px);
|
||||
$font-size-base: rem-calc(14px);
|
||||
$font-size-lg: $font-size-base * 1.125;
|
||||
$font-size-sm: $font-size-base * .875;
|
||||
$font-size-xs: $font-size-base * .6875;
|
||||
$font-size-sm: $font-size-base * 0.875;
|
||||
$font-size-xs: $font-size-base * 0.6875;
|
||||
|
||||
$font-weight-lighter: 200;
|
||||
$font-weight-light: 300;
|
||||
|
||||
Reference in New Issue
Block a user