Enable responsive font sizes

- adds enable-responsive-font-sizes toggle to the main bootstrap
  variables scss file
- [docs available](https://getbootstrap.com/docs/4.4/content/typography/#responsive-font-sizes)
This commit is contained in:
Hardy Pottinger
2022-08-23 15:17:40 -05:00
parent ca4f2cc5c0
commit 50828e9c06

View File

@@ -12,6 +12,9 @@ $fa-font-path: "^assets/fonts" !default;
/* Images */ /* Images */
$image-path: "../assets/images" !default; $image-path: "../assets/images" !default;
// enable-responsive-font-sizes allows text to scale more naturally across device and viewport sizes
$enable-responsive-font-sizes: true;
/** Bootstrap Variables **/ /** Bootstrap Variables **/
/* Colors */ /* Colors */
$gray-700: #495057 !default; // Bootstrap $gray-700 $gray-700: #495057 !default; // Bootstrap $gray-700