Skip to content

Commit

Permalink
Fixing glyphicon issue
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
alademann committed Sep 13, 2013
1 parent f89c90d commit 1e6757e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ _gh_pages
*.rej
*.swo
*.swp
*.zip
*.vi
*~
*.sass-cache
Expand Down
Binary file added sass-bootstrap-dist.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions sass/_glyphicons.scss
Original file line number Diff line number Diff line change
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: 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');
}

// Catchall baseclass
Expand Down

0 comments on commit 1e6757e

Please sign in to comment.