From cc6c7a68b122b83392dd6d7f3b87e5e813913efc Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Sun, 25 Sep 2016 01:44:42 -0400
Subject: Remove source/css/fonts.css

Apparently I forgot to remove this one when merging CSS files.
---
 source/css/fonts.css | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 source/css/fonts.css

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;
-}
-- 
cgit v1.2.1