blob: 0bd7eb98412e93803d8fdb61004925a06cc3ea0b (
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
|
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?h6r2e7');
src: url('fonts/icomoon.eot?h6r2e7#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?h6r2e7') format('truetype'),
url('fonts/icomoon.woff?h6r2e7') format('woff'),
url('fonts/icomoon.svg?h6r2e7#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-time:before {
content: "\e900";
}
.icon-bluetooth:before {
content: "\e901";
}
.icon-wifi:before {
content: "\e902";
}
.icon-ethernet:before {
content: "\e903";
}
.icon-speed:before {
content: "\e904";
}
.icon-toggle_off:before {
content: "\e905";
}
.icon-toggle_on:before {
content: "\e906";
}
|