Closed masakudamatsu closed 6 years ago
This should be set for the body element, not the html element. It's because the Bootstrap defines the base font family for the body element. So if you specify your own base font family for the html, it will be overridden by Bootstrap.
body
html
This should be set for the
body
element, not thehtml
element. It's because the Bootstrap defines the base font family for thebody
element. So if you specify your own base font family for thehtml
, it will be overridden by Bootstrap.