-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextricons.css
33 lines (29 loc) · 879 Bytes
/
extricons.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
@font-face {
font-family: 'extricons';
src: url('fonts/extricons.eot?8qr8h2');
src: url('fonts/extricons.eot?8qr8h2#iefix') format('embedded-opentype'),
url('fonts/extricons.ttf?8qr8h2') format('truetype'),
url('fonts/extricons.woff?8qr8h2') format('woff'),
url('fonts/extricons.svg?8qr8h2#extricons') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ei-"], [class*=" ei-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'extricons' !important;
speak: none;
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;
}
.ei-teamspeak:before {
content: "\e900";
}
.ei-discord:before {
content: "\e901";
}