Bootstrap4の $enable-responsive-font-sizes
を有効にした場合に変更される見出しのスタイル。
ビューポイントのサイズを変えるとそれに合わせてフォントサイズが変わる(ビューポイントが1200px以下で有効)。
$enable-responsive-font-sizes
を有効にする方法/scss/_variables.scss
の Options
の項目にある$enable-responsive-font-sizes: false !default;
を $enable-responsive-font-sizes: true !default;
に変更。npm run test
を実行。dist/
内のファイル全てが更新されるので、css/bootstrap.css
または css/bootstrap.min.css
を自分のサイトのものと差し替える。