Remove eye icon from font

This commit is contained in:
Gaël Métais
2014-12-22 19:36:14 +01:00
parent 0e5c7e1215
commit 7aede20819
5 changed files with 10 additions and 30 deletions
+1 -14
View File
@@ -176,7 +176,7 @@ h1 span {
-webkit-font-smoothing: antialiased;
}
.icon-back:before {
content: "\e006";
content: "\e005";
}
.icon-summary {
font-family: "fontsmith-icons";
@@ -202,18 +202,5 @@ h1 span {
-webkit-font-smoothing: antialiased;
}
.icon-spaghetti:before {
content: "\e005";
}
.icon-eye {
font-family: "fontsmith-icons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-eye:before {
content: "\e004";
}