From 7adf8648e8c819ad1c250f99afe86efe68aa3ae5 Mon Sep 17 00:00:00 2001
From: Laurent Goderre <laurent.goderre@gmail.com>
Date: Thu, 13 Dec 2012 10:44:38 -0500
Subject: [PATCH] Removed the unused font-face declararation.

Not needed since 754be38 (See issue #72)
---
 assets/styles/app.sass | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/assets/styles/app.sass b/assets/styles/app.sass
index 51fc0e05..efb64d62 100644
--- a/assets/styles/app.sass
+++ b/assets/styles/app.sass
@@ -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