From 98247b9497bf45e51a3404bb829de0fcf8f76465 Mon Sep 17 00:00:00 2001
From: Daniel Rudolf <github.com@daniel-rudolf.de>
Date: Sun, 21 Jan 2018 17:14:20 +0100
Subject: [PATCH] Move Fontello font to `icon/` directory

---
 fontello.css                  |  14 +++++++-------
 {font => icon}/LICENSE.txt    |   0
 {font => icon}/fontello.eot   | Bin
 {font => icon}/fontello.svg   |   0
 {font => icon}/fontello.ttf   | Bin
 {font => icon}/fontello.woff  | Bin
 {font => icon}/fontello.woff2 | Bin
 7 files changed, 7 insertions(+), 7 deletions(-)
 rename {font => icon}/LICENSE.txt (100%)
 rename {font => icon}/fontello.eot (100%)
 rename {font => icon}/fontello.svg (100%)
 rename {font => icon}/fontello.ttf (100%)
 rename {font => icon}/fontello.woff (100%)
 rename {font => icon}/fontello.woff2 (100%)

diff --git a/fontello.css b/fontello.css
index ec40869..50ca754 100644
--- a/fontello.css
+++ b/fontello.css
@@ -1,11 +1,11 @@
 @font-face {
     font-family: 'fontello';
-    src: url('font/fontello.eot?13793670');
-    src: url('font/fontello.eot?13793670#iefix') format('embedded-opentype'),
-         url('font/fontello.woff2?13793670') format('woff2'),
-         url('font/fontello.woff?13793670') format('woff'),
-         url('font/fontello.ttf?13793670') format('truetype'),
-         url('font/fontello.svg?13793670#fontello') format('svg');
+    src: url('icon/fontello.eot?13793670');
+    src: url('icon/fontello.eot?13793670#iefix') format('embedded-opentype'),
+         url('icon/fontello.woff2?13793670') format('woff2'),
+         url('icon/fontello.woff?13793670') format('woff'),
+         url('icon/fontello.ttf?13793670') format('truetype'),
+         url('icon/fontello.svg?13793670#fontello') format('svg');
     font-weight: normal;
     font-style: normal;
 }
@@ -15,7 +15,7 @@
 @media screen and (-webkit-min-device-pixel-ratio:0) {
     @font-face {
         font-family: 'fontello';
-        src: url('../font/fontello.svg?13793670#fontello') format('svg');
+        src: url('icon/fontello.svg?13793670#fontello') format('svg');
     }
 }
 */
diff --git a/font/LICENSE.txt b/icon/LICENSE.txt
similarity index 100%
rename from font/LICENSE.txt
rename to icon/LICENSE.txt
diff --git a/font/fontello.eot b/icon/fontello.eot
similarity index 100%
rename from font/fontello.eot
rename to icon/fontello.eot
diff --git a/font/fontello.svg b/icon/fontello.svg
similarity index 100%
rename from font/fontello.svg
rename to icon/fontello.svg
diff --git a/font/fontello.ttf b/icon/fontello.ttf
similarity index 100%
rename from font/fontello.ttf
rename to icon/fontello.ttf
diff --git a/font/fontello.woff b/icon/fontello.woff
similarity index 100%
rename from font/fontello.woff
rename to icon/fontello.woff
diff --git a/font/fontello.woff2 b/icon/fontello.woff2
similarity index 100%
rename from font/fontello.woff2
rename to icon/fontello.woff2
-- 
GitLab