diff options
Diffstat (limited to 'src/styles/style.css')
-rwxr-xr-x | src/styles/style.css | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/src/styles/style.css b/src/styles/style.css new file mode 100755 index 0000000..8d529c9 --- /dev/null +++ b/src/styles/style.css @@ -0,0 +1,81 @@ +@font-face { + font-family: 'icomoon'; + src: url('fonts/icomoon.eot?g2uktq'); + src: url('fonts/icomoon.eot?g2uktq#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?g2uktq') format('truetype'), + url('fonts/icomoon.woff?g2uktq') format('woff'), + url('fonts/icomoon.svg?g2uktq#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-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-location:before { + content: "\f124"; +} +.icon-wifi:before { + content: "\f1eb"; +} +.icon-bluetooth:before { + content: "\f294"; +} +.icon-thermometer:before { + content: "\f2c7"; +} |