Merge branch 'develop' into chore/rename_private
This commit is contained in:
commit
aa2cafa6a8
1 changed files with 8 additions and 7 deletions
|
@ -1,23 +1,24 @@
|
||||||
@import "~ionicons/scss/ionicons-variables";
|
@import "~ionicons/scss/ionicons-variables";
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
font-family: $ionicons-font-family;
|
font-family: $ionicons-font-family;
|
||||||
src: url("#{$ionicons-font-path}/ionicons.woff?v=#{$ionicons-version}") format("woff");
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
src: url("#{$ionicons-font-path}/ionicons.woff?v=#{$ionicons-version}") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
.ion {
|
.ion {
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: $ionicons-font-family;
|
font-family: $ionicons-font-family;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
text-transform: none;
|
font-weight: normal;
|
||||||
text-rendering: auto;
|
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
-webkit-font-smoothing: antialiased;
|
text-rendering: auto;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "~ionicons/scss/ionicons-icons";
|
@import "~ionicons/scss/ionicons-icons";
|
||||||
|
|
Loading…
Reference in a new issue