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 /less | |
| parent | 67c747a109fb26b27bc255dd267c5262e51d5dcf (diff) | |
| download | bootstrap-03701b8d4bdda30dc625cdd263ca586835f544e3.tar.xz bootstrap-03701b8d4bdda30dc625cdd263ca586835f544e3.zip | |
Fixes #12966: Ensure icon font vars are loaded into Customizer
Diffstat (limited to 'less')
| -rw-r--r-- | less/variables.less | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index 43d4efd00..a97bb41f4 100644 --- a/less/variables.less +++ b/less/variables.less @@ -68,14 +68,18 @@ @headings-color: inherit; -//-- Iconography +//== Iconography // -//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower. +//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower. +//** Load fonts from this directory. @icon-font-path: "../fonts/"; +//** File name for all font files. @icon-font-name: "glyphicons-halflings-regular"; +//** File name for SVG icon file. @icon-font-svg-id: "glyphicons_halflingsregular"; + //== Components // //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start). |
