| 13542 |
anikendra |
1 |
// Ionicons Font Path
|
|
|
2 |
// --------------------------
|
|
|
3 |
|
|
|
4 |
@font-face {
|
|
|
5 |
font-family: $ionicons-font-family;
|
|
|
6 |
src:url("#{$ionicons-font-path}/ionicons.eot?v=#{$ionicons-version}");
|
|
|
7 |
src:url("#{$ionicons-font-path}/ionicons.eot?v=#{$ionicons-version}#iefix") format("embedded-opentype"),
|
|
|
8 |
url("#{$ionicons-font-path}/ionicons.ttf?v=#{$ionicons-version}") format("truetype"),
|
|
|
9 |
url("#{$ionicons-font-path}/ionicons.woff?v=#{$ionicons-version}") format("woff"),
|
|
|
10 |
url("#{$ionicons-font-path}/ionicons.svg?v=#{$ionicons-version}#Ionicons") format("svg");
|
|
|
11 |
font-weight: normal;
|
|
|
12 |
font-style: normal;
|
|
|
13 |
}
|
|
|
14 |
|
|
|
15 |
.ion {
|
|
|
16 |
display: inline-block;
|
|
|
17 |
font-family: $ionicons-font-family;
|
|
|
18 |
speak: none;
|
|
|
19 |
font-style: normal;
|
|
|
20 |
font-weight: normal;
|
|
|
21 |
font-variant: normal;
|
|
|
22 |
text-transform: none;
|
|
|
23 |
text-rendering: auto;
|
|
|
24 |
line-height: 1;
|
|
|
25 |
-webkit-font-smoothing: antialiased;
|
|
|
26 |
-moz-osx-font-smoothing: grayscale;
|
|
|
27 |
}
|