mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
fix the font-family var by using inherit instead of empty string, fix font-weight in docs for jumbotron
This commit is contained in:
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@@ -310,9 +310,9 @@ h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 0;
|
||||
font-family: '';
|
||||
font-family: inherit;
|
||||
font-weight: normal;
|
||||
color: '';
|
||||
color: inherit;
|
||||
text-rendering: optimizelegibility;
|
||||
}
|
||||
h1 small,
|
||||
|
||||
Reference in New Issue
Block a user