From 864fedeace6b1273477ac33ab37d0a0836c98e45 Mon Sep 17 00:00:00 2001 From: Daria Golova Date: Tue, 11 Oct 2022 19:49:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=D0=B0=20ic?= =?UTF-8?q?onFonts.sass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/iconfonts.sass | 149 ---------------------------------- 1 file changed, 149 deletions(-) delete mode 100644 src/assets/css/iconfonts.sass diff --git a/src/assets/css/iconfonts.sass b/src/assets/css/iconfonts.sass deleted file mode 100644 index f238276..0000000 --- a/src/assets/css/iconfonts.sass +++ /dev/null @@ -1,149 +0,0 @@ -@font-face - font-family: 'icomoon' - src: url('../fonts/icomoon.eot?d07d1g') - src: url('../fonts/icomoon.eot?d07d1g#iefix') format('embedded-opentype'), - url('../fonts/icomoon.ttf?d07d1g') format('truetype'), - url('../fonts/icomoon.woff?d07d1g') format('woff'), - url('../fonts/icomoon.svg?d07d1g#icomoon') format('svg') - font-weight: normal - font-style: normal - font-display: block - -[class^="icon-"]::before, [class*=" icon-"]::before - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: 'icomoon' !important - speak: never - font-style: normal - font-weight: normal - font-variant: normal - text-transform: none - line-height: 1 - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased - -moz-osx-font-smoothing: grayscale - - -.icon-settings:before - content: "\e925" - -.icon-home:before - content: "\e926" - -.icon-calendar-2:before - content: "\e927" - -.icon-person-2:before - content: "\e928" - -.icon-basket:before - content: "\e900" - -.icon-bell:before - content: "\e901" - -.icon-calendar:before - content: "\e902" - -.icon-cancel:before - content: "\e903" - -.icon-cancel-mini:before - content: "\e904" - -.icon-change-place:before - content: "\e905" - -.icon-close-eye:before - content: "\e906" - -.icon-copy:before - content: "\e907" - -.icon-discord:before - content: "\e908" - -.icon-doc-ok:before - content: "\e909" - -.icon-dots:before - content: "\e90a" - -.icon-down-arrow:before - content: "\e90b" - -.icon-edit:before - content: "\e90c" - -.icon-export:before - content: "\e90d" - -.icon-eye:before { - content: "\e90e" - -.icon-files:before - content: "\e90f" - -.icon-filtre:before - content: "\e910" - -.icon-google:before - content: "\e911" - -.icon-group:before - content: "\e912" - -.icon-long-arrow:before - content: "\e913" - -.icon-mail:before - content: "\e914" - -.icon-ok:before - content: "\e915" - -.icon-person:before - content: "\e916" - -.icon-phone:before - content: "\e917" - -.icon-plus:before - content: "\e918" - -.icon-search:before - content: "\e919" - -.icon-slack:before - content: "\e91a" - -.icon-sort-number:before - content: "\e91b" - -.icon-sort-word:before - content: "\e91c" - -.icon-star:before - content: "\e91d" - -.icon-star-black:before - content: "\e91e" -} -.icon-table:before - content: "\e91f" - -.icon-telegram:before - content: "\e920" - -.icon-time:before - content: "\e921" - -.icon-up-tag:before - content: "\e922" - -.icon-user-data:before - content: "\e923" - -.icon-vk:before { - content: "\e924"; -}