From bc36e312800e72f1f76515fac8977602b66f012a Mon Sep 17 00:00:00 2001 From: Bastien Date: Fri, 12 Dec 2014 11:07:16 +0100 Subject: Add new brand-primary color in the doc and the true color in comment --- less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less') diff --git a/less/variables.less b/less/variables.less index b13be9d44..59747d536 100644 --- a/less/variables.less +++ b/less/variables.less @@ -14,7 +14,7 @@ @gray-light: lighten(@gray-base, 46.7%); // #777 @gray-lighter: lighten(@gray-base, 93.5%); // #eee -@brand-primary: darken(#428bca, 6.5%); +@brand-primary: darken(#428bca, 6.5%); // #337ab7 @brand-success: #5cb85c; @brand-info: #5bc0de; @brand-warning: #f0ad4e; -- cgit v1.2.3 From c8855a7ad120b37fd9a25125f90093478656362f Mon Sep 17 00:00:00 2001 From: Bastien Date: Fri, 12 Dec 2014 14:22:41 +0100 Subject: Add glyphicons fonts in woff2 --- less/glyphicons.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less') diff --git a/less/glyphicons.less b/less/glyphicons.less index eaf9aa229..cb02f9945 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -12,6 +12,7 @@ font-family: 'Glyphicons Halflings'; src: url('@{icon-font-path}@{icon-font-name}.eot'); src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'), + url('@{icon-font-path}@{icon-font-name}.woff2') format('woff2'), url('@{icon-font-path}@{icon-font-name}.woff') format('woff'), url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'), url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg'); -- cgit v1.2.3