-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfont.css
39 lines (36 loc) · 1004 Bytes
/
font.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
@font-face {
font-family: 'icomoon';
src: url('/../fonts/icomoon.eot?wlqk5w');
src: url('/../fonts/icomoon.eot?wlqk5w#iefix') format('embedded-opentype'),
url('/../fonts/icomoon.ttf?wlqk5w') format('truetype'),
url('/../fonts/icomoon.woff?wlqk5w') format('woff'),
url('/../fonts/icomoon.svg?wlqk5w#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !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;
}
.icon-tiktok:before {
content: "\e900";
}
.icon-facebook:before {
content: "\ea90";
}
.icon-instagram:before {
content: "\ea92";
}
.icon-youtube:before {
content: "\ea9d";
}