Updates custom icons font

This commit is contained in:
Alberto Garcia Cabeza
2015-08-22 14:45:43 +02:00
parent 752c8f6651
commit d1a3ea6fd4
5 changed files with 6 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
.icon-angle-up:before {
content: "d";
}
.icon-chat-bubble-two:before {
.icon-comments:before {
content: "e";
}
.icon-twitter:before {
@@ -58,7 +58,7 @@
.icon-calendar:before {
content: "g";
}
.icon-comment-quotes:before {
.icon-debates:before {
content: "i";
}
.icon-unlike:before {
@@ -97,3 +97,6 @@
.icon-deleted:before {
content: "t";
}
.icon-tag:before {
content: "u";
}