Skip to content

Commit

Permalink
Updated glyphicon load path
Browse files Browse the repository at this point in the history
  • Loading branch information
waqar-baig committed Feb 14, 2014
1 parent 1e49f7d commit a4b5473
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vendor/toolkit/twitter/bootstrap/glyphicons.less
Expand Up @@ -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#glyphicons-halflingsregular') format('svg')";
src: asset-url('@{icon-font-name}.eot');
src: asset-url('@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
asset-url('@{icon-font-name}.woff') format('woff'),
asset-url('@{icon-font-name}.ttf') format('truetype'),
asset-url('@{icon-font-name}.svg#glyphicons-halflingsregular') format('svg');
}

// Catchall baseclass
Expand Down

0 comments on commit a4b5473

Please sign in to comment.