blob: 8d529c93e761d96f9ced72c014d6f59c4f3cd224 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
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";
}
|