diff --git a/couchpotato/static/fonts/Elusive-Icons.eot b/couchpotato/static/fonts/Elusive-Icons.eot
deleted file mode 100755
index 282e608..0000000
Binary files a/couchpotato/static/fonts/Elusive-Icons.eot and /dev/null differ
diff --git a/couchpotato/static/fonts/Elusive-Icons.svg b/couchpotato/static/fonts/Elusive-Icons.svg
deleted file mode 100755
index bfc6c9b..0000000
--- a/couchpotato/static/fonts/Elusive-Icons.svg
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/couchpotato/static/fonts/Elusive-Icons.ttf b/couchpotato/static/fonts/Elusive-Icons.ttf
deleted file mode 100755
index ae31768..0000000
Binary files a/couchpotato/static/fonts/Elusive-Icons.ttf and /dev/null differ
diff --git a/couchpotato/static/fonts/Elusive-Icons.woff b/couchpotato/static/fonts/Elusive-Icons.woff
deleted file mode 100755
index 7f974bd..0000000
Binary files a/couchpotato/static/fonts/Elusive-Icons.woff and /dev/null differ
diff --git a/couchpotato/static/fonts/Lobster-webfont.eot b/couchpotato/static/fonts/Lobster-webfont.eot
index 56f66aa..bf219ff 100755
Binary files a/couchpotato/static/fonts/Lobster-webfont.eot and b/couchpotato/static/fonts/Lobster-webfont.eot differ
diff --git a/couchpotato/static/fonts/Lobster-webfont.svg b/couchpotato/static/fonts/Lobster-webfont.svg
index e445583..5ea8bc5 100755
--- a/couchpotato/static/fonts/Lobster-webfont.svg
+++ b/couchpotato/static/fonts/Lobster-webfont.svg
@@ -3,242 +3,36 @@
\ No newline at end of file
diff --git a/couchpotato/static/fonts/Lobster-webfont.ttf b/couchpotato/static/fonts/Lobster-webfont.ttf
index 4c46e93..6661b92 100755
Binary files a/couchpotato/static/fonts/Lobster-webfont.ttf and b/couchpotato/static/fonts/Lobster-webfont.ttf differ
diff --git a/couchpotato/static/fonts/Lobster-webfont.woff b/couchpotato/static/fonts/Lobster-webfont.woff
index af59caa..69b1966 100755
Binary files a/couchpotato/static/fonts/Lobster-webfont.woff and b/couchpotato/static/fonts/Lobster-webfont.woff differ
diff --git a/couchpotato/static/fonts/Lobster-webfont.woff2 b/couchpotato/static/fonts/Lobster-webfont.woff2
new file mode 100644
index 0000000..67014be
Binary files /dev/null and b/couchpotato/static/fonts/Lobster-webfont.woff2 differ
diff --git a/couchpotato/static/fonts/icons.eot b/couchpotato/static/fonts/icons.eot
new file mode 100644
index 0000000..76b7320
Binary files /dev/null and b/couchpotato/static/fonts/icons.eot differ
diff --git a/couchpotato/static/fonts/icons.svg b/couchpotato/static/fonts/icons.svg
new file mode 100644
index 0000000..e8411bd
--- /dev/null
+++ b/couchpotato/static/fonts/icons.svg
@@ -0,0 +1,15 @@
+
+
+
\ No newline at end of file
diff --git a/couchpotato/static/fonts/icons.ttf b/couchpotato/static/fonts/icons.ttf
new file mode 100644
index 0000000..678c342
Binary files /dev/null and b/couchpotato/static/fonts/icons.ttf differ
diff --git a/couchpotato/static/fonts/icons.woff b/couchpotato/static/fonts/icons.woff
new file mode 100644
index 0000000..2c0aba1
Binary files /dev/null and b/couchpotato/static/fonts/icons.woff differ
diff --git a/couchpotato/static/style/fonts.scss b/couchpotato/static/style/fonts.scss
index f52b93d..7635a63 100644
--- a/couchpotato/static/style/fonts.scss
+++ b/couchpotato/static/style/fonts.scss
@@ -1,15 +1,27 @@
/* Fonts */
@font-face {
- font-family: 'Elusive-Icons';
- src:url('../fonts/Elusive-Icons.eot');
- src:url('../fonts/Elusive-Icons.eot?#iefix') format('embedded-opentype'),
- url('../fonts/Elusive-Icons.woff') format('woff'),
- url('../fonts/Elusive-Icons.ttf') format('truetype'),
- url('../fonts/Elusive-Icons.svg#Elusive-Icons') format('svg');
+ font-family: 'icons';
+ src: url('../fonts/icons.eot?74719531');
+ src: url('../fonts/icons.eot?74719531#iefix') format('embedded-opentype'),
+ url('../fonts/icons.woff?74719531') format('woff'),
+ url('../fonts/icons.ttf?74719531') format('truetype'),
+ url('../fonts/icons.svg?74719531#icons') format('svg');
font-weight: normal;
font-style: normal;
}
+[class^="icon-"]:before, [class*=" icon-"]:before {
+ font-family: "icons";
+ font-style: normal;
+ font-weight: normal;
+ speak: none;
+}
+.icon-left-arrow:before { content: '\e803'; }
+.icon-settings:before { content: '\e800'; }
+.icon-search:before { content: '\e801'; }
+.icon-dots:before { content: '\e802'; }
+.icon-left-arrow:before { content: '\e803'; }
+
@font-face {
font-family: 'OpenSans';
src: url('../fonts/OpenSans-Light-webfont.eot');
@@ -70,9 +82,10 @@
font-family: 'Lobster';
src: url('../fonts/Lobster-webfont.eot');
src: url('../fonts/Lobster-webfont.eot?#iefix') format('embedded-opentype'),
+ url('../fonts/Lobster-webfont.woff2') format('woff2'),
url('../fonts/Lobster-webfont.woff') format('woff'),
url('../fonts/Lobster-webfont.ttf') format('truetype'),
- url('../fonts/Lobster-webfont.svg#lobster_1.4regular') format('svg');
+ url('../fonts/Lobster-webfont.svg#lobster_14regular') format('svg');
font-weight: normal;
font-style: normal;
}