-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathflaticon(1).css
More file actions
35 lines (33 loc) · 1016 Bytes
/
flaticon(1).css
File metadata and controls
35 lines (33 loc) · 1016 Bytes
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
@font-face {
font-family: "flaticon";
src: url("./flaticon.ttf?3090123a9b112be895e3f5a09eebe84a") format("truetype"),
url("./flaticon.woff?3090123a9b112be895e3f5a09eebe84a") format("woff"),
url("./flaticon.woff2?3090123a9b112be895e3f5a09eebe84a") format("woff2"),
url("./flaticon.eot?3090123a9b112be895e3f5a09eebe84a#iefix") format("embedded-opentype"),
url("./flaticon.svg?3090123a9b112be895e3f5a09eebe84a#flaticon") format("svg");
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
font-family: flaticon !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-robotic:before {
content: "\f101";
}
.flaticon-brain:before {
content: "\f102";
}
.flaticon-journal:before {
content: "\f103";
}
.flaticon-article:before {
content: "\f104";
}
.flaticon-chronometer:before {
content: "\f105";
}