From 80a44174be82acf9815ce7f5997c7d686a695078 Mon Sep 17 00:00:00 2001 From: Isabelle Date: Mon, 22 Dec 2025 11:36:29 +0100 Subject: [PATCH] feat(standard-styling): Replace font-size-base to 14px This is standard --- falcon/_dev/css/abstracts/variables/bootstrap/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;