disable hinting because it breaks alignment on some icons (namely - locks)

This commit is contained in:
Henry Jameson 2018-08-15 13:59:22 +03:00
parent d94b77b863
commit f2b996cd46
8 changed files with 19 additions and 19 deletions

View file

@ -229,11 +229,11 @@ body {
}
@font-face {
font-family: 'fontello';
src: url('./font/fontello.eot?36497025');
src: url('./font/fontello.eot?36497025#iefix') format('embedded-opentype'),
url('./font/fontello.woff?36497025') format('woff'),
url('./font/fontello.ttf?36497025') format('truetype'),
url('./font/fontello.svg?36497025#fontello') format('svg');
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');
font-weight: normal;
font-style: normal;
}