using custom ascend value as suggested here:
https://github.com/fontello/fontello/issues/513#issuecomment-237551101 helped.
This commit is contained in:
parent
f2b996cd46
commit
3fa9d90712
9 changed files with 52 additions and 52 deletions
|
@ -229,11 +229,11 @@ body {
|
|||
}
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('./font/fontello.eot?30154299');
|
||||
src: url('./font/fontello.eot?30154299#iefix') format('embedded-opentype'),
|
||||
url('./font/fontello.woff?30154299') format('woff'),
|
||||
url('./font/fontello.ttf?30154299') format('truetype'),
|
||||
url('./font/fontello.svg?30154299#fontello') format('svg');
|
||||
src: url('./font/fontello.eot?32487936');
|
||||
src: url('./font/fontello.eot?32487936#iefix') format('embedded-opentype'),
|
||||
url('./font/fontello.woff?32487936') format('woff'),
|
||||
url('./font/fontello.ttf?32487936') format('truetype'),
|
||||
url('./font/fontello.svg?32487936#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue