/*全体のフォントサイズをオーバーライドする

/* bootstrap.css */
* {
   font-size: 16px;
   line-height: 2;
}

/* style.css */
* {
   font-size: 14px;
   line-height: 1.428;
}

