From 1e0453f825cb7d6e14807b121210a594f242bc35 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Aug 2013 00:36:51 -0700 Subject: Restore glyphicons --- less/variables.less | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'less/variables.less') diff --git a/less/variables.less b/less/variables.less index a46ad4fb6..c1020ebbe 100644 --- a/less/variables.less +++ b/less/variables.less @@ -55,6 +55,12 @@ @headings-font-weight: 500; @headings-line-height: 1.1; +// Iconography +// ------------------------- + +@icon-font-path: "../fonts/"; +@icon-font-name: "glyphiconshalflings-regular"; + // Components // ------------------------- -- cgit v1.2.3 From e13ca6d38494e69ed1faeddbb12b469a778ade06 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Aug 2013 01:46:26 -0700 Subject: Upgrade to latest glyphicons --- less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/variables.less') diff --git a/less/variables.less b/less/variables.less index c1020ebbe..38600a681 100644 --- a/less/variables.less +++ b/less/variables.less @@ -59,7 +59,7 @@ // ------------------------- @icon-font-path: "../fonts/"; -@icon-font-name: "glyphiconshalflings-regular"; +@icon-font-name: "glyphicons-halflings-regular"; // Components -- cgit v1.2.3