diff --git a/static/fontello-mixins.less b/static/fontello-mixins.less deleted file mode 100644 index 291c8338f..000000000 --- a/static/fontello-mixins.less +++ /dev/null @@ -1,20 +0,0 @@ -@fontello-video: "\e800"; -@fontello-audio: "\e801"; - -.fontello-icon(@name, @size: 16px) { - &:before { - font-family: 'fontello'; - font-weight: normal; - font-style: normal; - display: inline-block; - line-height: 1; - -webkit-font-smoothing: antialiased; - text-decoration: none; - - font-size: @size; - width: @size; - height: @size; - - content: @@name - } -} \ No newline at end of file diff --git a/static/fontello.woff b/static/fontello.woff deleted file mode 100644 index 66f673571..000000000 Binary files a/static/fontello.woff and /dev/null differ diff --git a/static/root-view.less b/static/root-view.less index fba5e09c5..f7d770994 100644 --- a/static/root-view.less +++ b/static/root-view.less @@ -69,10 +69,3 @@ html, body { min-width: 0; } } - -@font-face { - font-family: 'fontello'; - src: url("fontello.woff") format("woff"); - font-weight: normal; - font-style: normal; -}