From 2ee8d213669c101baad726ece5dc37b5eea7da94 Mon Sep 17 00:00:00 2001 From: jared Date: Fri, 29 Mar 2019 16:34:59 -0400 Subject: [PATCH] #101 - update emoji with fontello icon --- .../emoji-selector/emoji-selector.vue | 16 +++++++++---- static/font/config.json | 12 ++++++++++ static/font/css/fontello-codes.css | 2 ++ static/font/css/fontello-embedded.css | 14 ++++++----- static/font/css/fontello-ie7-codes.css | 2 ++ static/font/css/fontello-ie7.css | 2 ++ static/font/css/fontello.css | 16 +++++++------ static/font/demo.html | 22 +++++++++++------- static/font/font/fontello.eot | Bin 17760 -> 18372 bytes static/font/font/fontello.svg | 4 ++++ static/font/font/fontello.ttf | Bin 17592 -> 18204 bytes static/font/font/fontello.woff | Bin 10752 -> 11180 bytes static/font/font/fontello.woff2 | Bin 9148 -> 9460 bytes 13 files changed, 63 insertions(+), 27 deletions(-) diff --git a/src/components/emoji-selector/emoji-selector.vue b/src/components/emoji-selector/emoji-selector.vue index 70752714..c9593971 100644 --- a/src/components/emoji-selector/emoji-selector.vue +++ b/src/components/emoji-selector/emoji-selector.vue @@ -1,6 +1,8 @@