diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-15 13:59:22 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-15 13:59:22 +0300 |
| commit | f2b996cd466c8da8feb5c15b55496bc4f5e9d584 (patch) | |
| tree | 175a0555ce6480d5e6a3bccfb932d6b24da41f8d /static/font/demo.html | |
| parent | d94b77b8636aa04d76b6075f63282fa670a72b60 (diff) | |
disable hinting because it breaks alignment on some icons (namely - locks)
Diffstat (limited to 'static/font/demo.html')
| -rw-r--r-- | static/font/demo.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/font/demo.html b/static/font/demo.html index 940fe4ac..cfdad61b 100644 --- a/static/font/demo.html +++ b/static/font/demo.html @@ -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; } |
