using custom ascend value as suggested here:

https://github.com/fontello/fontello/issues/513#issuecomment-237551101 helped.
This commit is contained in:
Henry Jameson 2018-08-15 14:08:47 +03:00
parent f2b996cd46
commit 3fa9d90712
9 changed files with 52 additions and 52 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,11 +1,11 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?38383190');
src: url('../font/fontello.eot?38383190#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?38383190') format('woff2'),
url('../font/fontello.woff?38383190') format('woff'),
url('../font/fontello.ttf?38383190') format('truetype'),
url('../font/fontello.svg?38383190#fontello') format('svg');
src: url('../font/fontello.eot?60305294');
src: url('../font/fontello.eot?60305294#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?60305294') format('woff2'),
url('../font/fontello.woff?60305294') format('woff'),
url('../font/fontello.ttf?60305294') format('truetype'),
url('../font/fontello.svg?60305294#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?38383190#fontello') format('svg');
src: url('../font/fontello.svg?60305294#fontello') format('svg');
}
}
*/