aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/style.css
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-12-10 14:37:55 +0100
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:12:47 +0100
commit4f48232507b0b77d2126715bbda25fb21af66ab4 (patch)
tree3162d3934e963f6016ed6d8f46a501963c6a3fdb /src/styles/style.css
parent39634bb91d8f0633357f60d2a1b67ea6fb5b0d1c (diff)
FUNCT Replace icomoon with font-awesome
Diffstat (limited to 'src/styles/style.css')
-rwxr-xr-xsrc/styles/style.css87
1 files changed, 0 insertions, 87 deletions
diff --git a/src/styles/style.css b/src/styles/style.css
deleted file mode 100755
index d5e91a9..0000000
--- a/src/styles/style.css
+++ /dev/null
@@ -1,87 +0,0 @@
-@font-face {
- font-family: 'icomoon';
- src: url('fonts/icomoon.eot?a4dqxr');
- src: url('fonts/icomoon.eot?a4dqxr#iefix') format('embedded-opentype'),
- url('fonts/icomoon.ttf?a4dqxr') format('truetype'),
- url('fonts/icomoon.woff?a4dqxr') format('woff'),
- url('fonts/icomoon.svg?a4dqxr#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-ethernet:before {
- content: "\e903";
-}
-.icon-sunrise:before {
- content: "\e900";
-}
-.icon-sun:before {
- content: "\e901";
-}
-.icon-moon:before {
- content: "\e902";
-}
-.icon-wind:before {
- content: "\e905";
-}
-.icon-cloudy:before {
- content: "\e907";
-}
-.icon-cloud:before {
- content: "\e908";
-}
-.icon-lightning:before {
- content: "\e90e";
-}
-.icon-rainy:before {
- content: "\e911";
-}
-.icon-snowy2:before {
- content: "\e916";
-}
-.icon-celsius:before {
- content: "\e92d";
-}
-.icon-fahrenheit:before {
- content: "\e92e";
-}
-.icon-music:before {
- content: "\f001";
-}
-.icon-signal:before {
- content: "\f012";
-}
-.icon-home:before {
- content: "\f015";
-}
-.icon-p2p:before {
- content: "\f109";
-}
-.icon-location:before {
- content: "\f124";
-}
-.icon-wifi:before {
- content: "\f1eb";
-}
-.icon-bluetooth:before {
- content: "\f294";
-}
-.icon-thermometer:before {
- content: "\f2c7";
-}