summaryrefslogtreecommitdiffstats
path: root/asset/static/font/icinga-icons/style.css
blob: dde73b419ec06351a212e7ff11e832e3a7c7ba5b (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
@font-face {
  font-family: 'Icinga-Icons';
  src:
    url('fonts/Icinga-Icons.ttf?xnw9vw') format('truetype'),
    url('fonts/Icinga-Icons.woff?xnw9vw') format('woff'),
    url('fonts/Icinga-Icons.svg?xnw9vw#Icinga-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="iicon-"], [class*=" iicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Icinga-Icons' !important;
  speak: never;
  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;
}

.iicon-certificate:before {
  content: "\e906";
}
.iicon-filter-check-circle:before {
  content: "\e90b";
}
.iicon-ca-check-circle:before {
  content: "\e908";
}
.iicon-refresh-cert:before {
  content: "\e909";
}
.iicon-th-list:before {
  content: "\e90a";
}
.iicon-icinga:before {
  content: "\e907";
}
.iicon-list-view-minimal:before {
  content: "\e900";
}
.iicon-list-view-detailed:before {
  content: "\e901";
}
.iicon-list-view-default:before {
  content: "\e902";
}
.iicon-grid:before {
  content: "\e903";
}
.iicon-bracket-open:before {
  content: "\e904";
}
.iicon-bracket-close:before {
  content: "\e905";
}