Merge pull request #82 from LaurentGoderre/master

Removed the unused font-face declararation.
This commit is contained in:
Piotr Sarnacki 2012-12-17 12:59:19 -08:00
commit 8b5f05ab6f

View File

@ -1,12 +1,5 @@
@import "_mixins/all"
@font-face
font-family: 'Glyphicons Halflings'
src: url('/fonts/glyphiconshalflings-regular.eot')
src: url('/fonts/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphiconshalflings-regular.woff') format('woff'), url('/fonts/glyphiconshalflings-regular.ttf') format('truetype'), url('/fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg')
font-weight: normal
font-style: normal
html, body
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
font-size: $font-size-small