blob: e0a50ca9ca1ad76616bee9c9882b3ec01d95c27d (
plain)
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
|
@font-face {
font-family: 'mystic-icons';
src: url('fonts/mystic-icons.eot?7jj38m');
src: url('fonts/mystic-icons.eot?7jj38m#iefix') format('embedded-opentype'),
url('fonts/mystic-icons.ttf?7jj38m') format('truetype'),
url('fonts/mystic-icons.woff?7jj38m') format('woff'),
url('fonts/mystic-icons.svg?7jj38m#mystic-icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.mh-icon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'mystic-icons' !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;
}
.mh-icon-logo:before {
content: "\e900";
}
|