diff --git a/falcon/_dev/css/abstracts/variables/bootstrap/_typography.scss b/falcon/_dev/css/abstracts/variables/bootstrap/_typography.scss index a94d961..7e96adc 100644 --- a/falcon/_dev/css/abstracts/variables/bootstrap/_typography.scss +++ b/falcon/_dev/css/abstracts/variables/bootstrap/_typography.scss @@ -4,7 +4,7 @@ $font-family-sans-serif: "Roboto", -apple-system, blinkmacsystemfont, "Segoe UI" $font-family-base: $font-family-sans-serif; $headings-font-family: $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 * 0.875; $font-size-xs: $font-size-base * 0.6875;