Merge pull request #1786 from hardyoyo/enable-responsive-font-sizes

Enable responsive font sizes
This commit is contained in:
Tim Donohue
2022-08-31 16:34:54 -05:00
committed by GitHub

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