aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/css/fonts.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/css/fonts.css b/source/css/fonts.css
deleted file mode 100644
index 7e591388..00000000
--- a/source/css/fonts.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/* icon font from fontello */
-@font-face {
- font-family: 'fontello';
- src: url('../fonts/fontello.eot');
- src: url('../fonts/fontello.eot?#iefix') format('embedded-opentype'),
- url('../fonts/fontello.woff') format('woff'),
- url('../fonts/fontello.ttf') format('truetype'),
- url('../fonts/fontello.svg#fontello') format('svg');
- font-weight: normal;
- font-style: normal;
-}