diff options
Diffstat (limited to 'src/styles/style.css')
-rwxr-xr-x | src/styles/style.css | 87 |
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"; -} |