diff options
| author | Mark Otto <[email protected]> | 2014-03-08 15:32:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-08 15:32:24 -0800 |
| commit | 03701b8d4bdda30dc625cdd263ca586835f544e3 (patch) | |
| tree | 02c1039e1efa2835a699a0e2c4db2ff8886a5bd1 /docs/_includes | |
| parent | 67c747a109fb26b27bc255dd267c5262e51d5dcf (diff) | |
| download | bootstrap-03701b8d4bdda30dc625cdd263ca586835f544e3.tar.xz bootstrap-03701b8d4bdda30dc625cdd263ca586835f544e3.zip | |
Fixes #12966: Ensure icon font vars are loaded into Customizer
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 19 | ||||
| -rw-r--r-- | docs/_includes/nav-customize.html | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index a97835775..70f14ff28 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -151,6 +151,25 @@ <input id="input-@headings-color" type="text" value="inherit" data-var="@headings-color" class="form-control"/> </div> </div> +<h2 id="iconography">Iconography</h2> +<p>Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.</p> +<div class="row"> + <div class="bs-customizer-input"> + <label for="input-@icon-font-path">@icon-font-path</label> + <input id="input-@icon-font-path" type="text" value=""../fonts/"" data-var="@icon-font-path" class="form-control"/> + <p class="help-block">Load fonts from this directory.</p> + </div> + <div class="bs-customizer-input"> + <label for="input-@icon-font-name">@icon-font-name</label> + <input id="input-@icon-font-name" type="text" value=""glyphicons-halflings-regular"" data-var="@icon-font-name" class="form-control"/> + <p class="help-block">File name for all font files.</p> + </div> + <div class="bs-customizer-input"> + <label for="input-@icon-font-svg-id">@icon-font-svg-id</label> + <input id="input-@icon-font-svg-id" type="text" value=""glyphicons_halflingsregular"" data-var="@icon-font-svg-id" class="form-control"/> + <p class="help-block">File name for SVG icon file.</p> + </div> +</div> <h2 id="components">Components</h2> <p>Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).</p> <div class="row"> diff --git a/docs/_includes/nav-customize.html b/docs/_includes/nav-customize.html index 8fe3e81d1..04725096c 100644 --- a/docs/_includes/nav-customize.html +++ b/docs/_includes/nav-customize.html @@ -7,6 +7,7 @@ <li><a href="#colors">Colors</a></li> <li><a href="#scaffolding">Scaffolding</a></li> <li><a href="#typography">Typography</a></li> + <li><a href="#iconography">Iconography</a></li> <li><a href="#components">Components</a></li> <li><a href="#tables">Tables</a></li> <li><a href="#buttons">Buttons</a></li> |
