|
|
@ -1,10 +1,10 @@ |
|
|
|
@font-face { |
|
|
|
font-family: 'icomoon'; |
|
|
|
src: url('../fonts/icomoon.eot?jxzl3z'); |
|
|
|
src: url('../fonts/icomoon.eot?jxzl3z#iefix') format('embedded-opentype'), |
|
|
|
url('../fonts/icomoon.ttf?jxzl3z') format('truetype'), |
|
|
|
url('../fonts/icomoon.woff?jxzl3z') format('woff'), |
|
|
|
url('../fonts/icomoon.svg?jxzl3z#icomoon') format('svg'); |
|
|
|
src: url('../fonts/icomoon.eot?m3lvqd'); |
|
|
|
src: url('../fonts/icomoon.eot?m3lvqd#iefix') format('embedded-opentype'), |
|
|
|
url('../fonts/icomoon.ttf?m3lvqd') format('truetype'), |
|
|
|
url('../fonts/icomoon.woff?m3lvqd') format('woff'), |
|
|
|
url('../fonts/icomoon.svg?m3lvqd#icomoon') format('svg'); |
|
|
|
font-weight: normal; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
@ -24,6 +24,10 @@ |
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
} |
|
|
|
|
|
|
|
.icon-pagerteam:before { |
|
|
|
content: "\e914"; |
|
|
|
color: #cd2a00; |
|
|
|
} |
|
|
|
.icon-matrix:before { |
|
|
|
content: "\e900"; |
|
|
|
} |
|
|
|