From ccd0e8d0e0af8bd73a7d88bb36e3858b90f7dfec Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Mon, 9 Dec 2019 11:27:30 +0100 Subject: RESTRUCT Delete unused code --- src/styles/fonts/icomoon.eot | Bin 2348 -> 0 bytes src/styles/fonts/icomoon.svg | 23 --------------- src/styles/fonts/icomoon.ttf | Bin 2184 -> 0 bytes src/styles/fonts/icomoon.woff | Bin 2260 -> 0 bytes src/styles/style.css | 66 ------------------------------------------ 5 files changed, 89 deletions(-) delete mode 100755 src/styles/fonts/icomoon.eot delete mode 100755 src/styles/fonts/icomoon.svg delete mode 100755 src/styles/fonts/icomoon.ttf delete mode 100755 src/styles/fonts/icomoon.woff delete mode 100755 src/styles/style.css (limited to 'src/styles') diff --git a/src/styles/fonts/icomoon.eot b/src/styles/fonts/icomoon.eot deleted file mode 100755 index ba1208c..0000000 Binary files a/src/styles/fonts/icomoon.eot and /dev/null differ diff --git a/src/styles/fonts/icomoon.svg b/src/styles/fonts/icomoon.svg deleted file mode 100755 index 809d2c2..0000000 --- a/src/styles/fonts/icomoon.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/styles/fonts/icomoon.ttf b/src/styles/fonts/icomoon.ttf deleted file mode 100755 index f79ee84..0000000 Binary files a/src/styles/fonts/icomoon.ttf and /dev/null differ diff --git a/src/styles/fonts/icomoon.woff b/src/styles/fonts/icomoon.woff deleted file mode 100755 index f21dee2..0000000 Binary files a/src/styles/fonts/icomoon.woff and /dev/null differ diff --git a/src/styles/style.css b/src/styles/style.css deleted file mode 100755 index d947765..0000000 --- a/src/styles/style.css +++ /dev/null @@ -1,66 +0,0 @@ -@font-face { - font-family: 'icomoon'; - src: url('fonts/icomoon.eot?wt3pj6'); - src: url('fonts/icomoon.eot?wt3pj6#iefix') format('embedded-opentype'), - url('fonts/icomoon.ttf?wt3pj6') format('truetype'), - url('fonts/icomoon.woff?wt3pj6') format('woff'), - url('fonts/icomoon.svg?wt3pj6#icomoon') format('svg'); - font-weight: normal; - font-style: normal; - font-display: block; -} - -[class^="icon-"], [class*=" icon-"] { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: 'icomoon' !important; - speak: none; - 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-clear:before { - content: "\e909"; -} -.icon-time:before { - content: "\e900"; -} -.icon-bluetooth:before { - content: "\e901"; -} -.icon-arrow_down:before { - content: "\e907"; -} -.icon-arrow_up:before { - content: "\e908"; -} -.icon-computer:before { - content: "\e90a"; -} -.icon-phone:before { - content: "\e90b"; -} -.icon-arrow_back:before { - content: "\e90c"; -} -.icon-wifi:before { - content: "\e902"; -} -.icon-ethernet:before { - content: "\e903"; -} -.icon-speed:before { - content: "\e904"; -} -.icon-toggle_off:before { - content: "\e905"; -} -.icon-toggle_on:before { - content: "\e906"; -} -- cgit 1.2.3-korg