diff options
| author | Mark Otto <[email protected]> | 2013-12-08 02:14:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-08 02:14:24 -0800 |
| commit | 1f9bfa89dc219654b5e096bda9233a58c69216fa (patch) | |
| tree | a940e8056b91a087d605d3b3908ab52f8f4c38b6 /customize.html | |
| parent | c37b710e85e379ddffb305af8a765013c0cd0333 (diff) | |
| download | bootstrap-1f9bfa89dc219654b5e096bda9233a58c69216fa.tar.xz bootstrap-1f9bfa89dc219654b5e096bda9233a58c69216fa.zip | |
Fixes #11741: Don't set headings font-family again, just use inherit
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/customize.html b/customize.html index 13821b533..35d74354e 100644 --- a/customize.html +++ b/customize.html @@ -436,7 +436,7 @@ base_url: "../" <div class="row"> <div class="col-lg-6"> <label>@headings-font-family</label> - <input type="text" class="form-control" placeholder="@font-family-base" data-var="@headings-font-family"> + <input type="text" class="form-control" placeholder="inherit" data-var="@headings-font-family"> <label>@headings-font-weight</label> <input type="text" class="form-control" placeholder="500" data-var="@headings-font-weight"> </div> |
