From daab9d45003d611131f13e112f2c2407e96080be Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 8 May 2014 15:41:08 -0700 Subject: [PATCH] (less) Fixes #13478, reverts #10941 --- glyphicons.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/glyphicons.less b/glyphicons.less index 789c5e7f4a30..d3485dcb14cc 100644 --- a/glyphicons.less +++ b/glyphicons.less @@ -10,11 +10,11 @@ // Import the fonts @font-face { 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}.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')"; + 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}.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'); } // Catchall baseclass