-
Notifications
You must be signed in to change notification settings - Fork 0
/
font-custom.css
73 lines (61 loc) · 1.32 KB
/
font-custom.css
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
@font-face {
font-family: 'custom-font';
src: url("../fonts/custom-font/fonts/custom-font.ttf?nh0zm0") format("truetype"), url("../fonts/custom-font/fonts/custom-font.woff?nh0zm0") format("woff"), url("../fonts/custom-font/fonts/custom-font.svg?nh0zm0#custom-font") format("svg");
font-weight: normal;
font-style: normal
}
.icon {
font-family: 'custom-font' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.icon-pouf:before {
content: "\e908";
color: #898889
}
.icon-bedroom:before {
content: "\e900";
color: #898889
}
.icon-chairs-and-tables:before {
content: "\e901";
color: #898889
}
.icon-commode:before {
content: "\e902";
color: #898889
}
.icon-hallway:before {
content: "\e903";
color: #898889
}
.icon-kitchen:before {
content: "\e904";
color: #898889
}
.icon-lamp:before {
content: "\e905";
color: #898889
}
.icon-living-room:before {
content: "\e906";
color: #898889
}
.icon-office:before {
content: "\e907";
color: #898889
}
.icon-sofa:before {
content: "\e909";
color: #898889
}
.icon-wardrobe:before {
content: "\e90a";
color: #898889
}