-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfonts.css
More file actions
27 lines (23 loc) · 756 Bytes
/
Copy pathfonts.css
File metadata and controls
27 lines (23 loc) · 756 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
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?8nqtqc');
src:url('fonts/icomoon.eot?8nqtqc#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?8nqtqc') format('truetype'),
url('fonts/icomoon.woff?8nqtqc') format('woff'),
url('fonts/icomoon.svg?8nqtqc#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !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;
}