diff --git a/static/css/icomoon.css b/static/css/icomoon.css index d0897aa5..0b18c9fc 100644 --- a/static/css/icomoon.css +++ b/static/css/icomoon.css @@ -1,10 +1,10 @@ @font-face { font-family: 'icomoon'; - src: url('../fonts/icomoon.eot?e4bee3'); - src: url('../fonts/icomoon.eot?e4bee3#iefix') format('embedded-opentype'), - url('../fonts/icomoon.ttf?e4bee3') format('truetype'), - url('../fonts/icomoon.woff?e4bee3') format('woff'), - url('../fonts/icomoon.svg?e4bee3#icomoon') format('svg'); + src: url('../fonts/icomoon.eot?qka09c'); + src: url('../fonts/icomoon.eot?qka09c#iefix') format('embedded-opentype'), + url('../fonts/icomoon.ttf?qka09c') format('truetype'), + url('../fonts/icomoon.woff?qka09c') format('woff'), + url('../fonts/icomoon.svg?qka09c#icomoon') format('svg'); font-weight: normal; font-style: normal; } @@ -24,6 +24,10 @@ -moz-osx-font-smoothing: grayscale; } +.icon-linenotify:before { + content: "\e91b"; + color: #00c300; +} .icon-call:before { content: "\e91a"; color: #e81a34; diff --git a/static/fonts/icomoon.eot b/static/fonts/icomoon.eot index 8eec81ef..23dc6233 100644 Binary files a/static/fonts/icomoon.eot and b/static/fonts/icomoon.eot differ diff --git a/static/fonts/icomoon.svg b/static/fonts/icomoon.svg index a796fb5d..6c7ea3a0 100644 --- a/static/fonts/icomoon.svg +++ b/static/fonts/icomoon.svg @@ -45,4 +45,5 @@ + \ No newline at end of file diff --git a/static/fonts/icomoon.ttf b/static/fonts/icomoon.ttf index f1890ce8..c1742fa5 100644 Binary files a/static/fonts/icomoon.ttf and b/static/fonts/icomoon.ttf differ diff --git a/static/fonts/icomoon.woff b/static/fonts/icomoon.woff index 8a3cfe19..c13e08bf 100644 Binary files a/static/fonts/icomoon.woff and b/static/fonts/icomoon.woff differ