aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/style.css
blob: d5e91a9629e38d4da047ed7d64868fff9847f1d9 (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
82
83
84
85
86
87
@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";
}