-
Notifications
You must be signed in to change notification settings - Fork 1
/
icons.less
54 lines (48 loc) · 1.8 KB
/
icons.less
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
/* Icon Font */
@font-face {
font-family: 'icon_font';
src: url('assets/font/icon_font.eot?bg2l24');
src: url('assets/font/icon_font.eot?#iefixbg2l24') format('embedded-opentype'),
url('assets/font/icon_font.woff?bg2l24') format('woff'),
url('assets/font/icon_font.ttf?bg2l24') format('truetype'),
url('assets/font/icon_font.svg?bg2l24#icon_font') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icon_font';
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
/* to enhance the blurring icons */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-arbeit:before {content: "\e600";}
.icon-bildung:before {content: "\e601";}
.icon-demographie:before {content: "\e602";}
.icon-erholung:before {content: "\e603";}
.icon-geo:before {content: "\e604";}
.icon-gesundheit:before {content: "\e605";}
.icon-jugend:before {content: "\e606";}
.icon-kultur:before {content: "\e607";}
.icon-protokolle:before {content: "\e608";}
.icon-sicherheit:before {content: "\e609";}
.icon-sozial:before {content: "\e60b";}
.icon-tourismus:before {content: "\e60c";}
.icon-verentsorgung:before {content: "\e610";}
.icon-verkehr:before {content: "\e611";}
.icon-verwaltung:before {content: "\e612";}
.icon-wahl:before {content: "\e613";}
.icon-wirtschaft:before {content: "\e614";}
.icon-wohnen:before {content: "\e615";}
.icon-sonstiges:before {content: "\e60a";}
.icon-oeffentlich:before {content: "\e60a";}
.icon-transport_und_verkehr:before {content: "\e60d";}
.icon-umwelt_und_klima:before {content: "\e60e";}
.icon-verbraucherschutz:before {content: "\e60f";}
.icon-arrow-down:before {content: "\e617";}
.icon-arrow-up:before {content: "\e618";}