2016-09-09 14:29:19 +08:00
|
|
|
// Ionicons Font Path
|
|
|
|
// --------------------------
|
|
|
|
|
|
|
|
@font-face {
|
2019-04-04 01:13:09 +08:00
|
|
|
font-family: @ionicons-font-family;
|
|
|
|
src: url("@{ionicons-font-path}/ionicons.woff2?v=@{ionicons-version}") format("woff2"),
|
|
|
|
url("@{ionicons-font-path}/ionicons.woff?v=@{ionicons-version}") format("woff"),
|
|
|
|
url("@{ionicons-font-path}/ionicons.ttf?v=@{ionicons-version}") format("truetype"),
|
|
|
|
url("@{ionicons-font-path}/ionicons.svg?v=@{ionicons-version}#Ionicons") format("svg");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2016-09-09 14:29:19 +08:00
|
|
|
}
|
|
|
|
|
2016-10-17 12:34:20 +08:00
|
|
|
.ivu-icon() {
|
|
|
|
display: inline-block;
|
|
|
|
font-family: @ionicons-font-family;
|
|
|
|
speak: none;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
text-rendering: auto;
|
|
|
|
line-height: 1;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2018-06-30 19:13:55 +08:00
|
|
|
vertical-align: middle;
|
2016-10-17 12:34:20 +08:00
|
|
|
}
|
|
|
|
|
2016-09-09 14:29:19 +08:00
|
|
|
.ivu-icon {
|
2016-10-17 12:34:20 +08:00
|
|
|
.ivu-icon();
|
2016-09-09 14:29:19 +08:00
|
|
|
}
|