1
@font-face {
2
font-family: 'Linearicons-Free';
3
src:url('fonts/Linearicons-Free.eot?w118d');
4
src:url('fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
5
url('fonts/Linearicons-Free.woff2?w118d') format('woff2'),
6
url('fonts/Linearicons-Free.woff?w118d') format('woff'),
7
url('fonts/Linearicons-Free.ttf?w118d') format('truetype'),
8
url('fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
9
font-weight: normal;
10
font-style: normal;
11
}
12
13
.lnr {
14
font-family: 'Linearicons-Free';
15
speak: none;
16
font-style: normal;
17
font-weight: normal;
18
font-variant: normal;
19
text-transform: none;
20
line-height: 1;
21
22
/* Better Font Rendering =========== */
23
-webkit-font-smoothing: antialiased;
24
-moz-osx-font-smoothing: grayscale;
25
}
26
27
.lnr-home:before {
28
content: "\e800";
29
}
30
.lnr-apartment:before {
31
content: "\e801";
32
}
33
.lnr-pencil:before {
34
content: "\e802";
35
}
36
.lnr-magic-wand:before {
37
content: "\e803";
38
}
39
.lnr-drop:before {
40
content: "\e804";
...
</html>