forked from AkkomaGang/akkoma-fe
disable hinting because it breaks alignment on some icons (namely - locks)
This commit is contained in:
parent
d94b77b863
commit
f2b996cd46
8 changed files with 19 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "",
|
||||
"css_prefix_text": "icon-",
|
||||
"css_use_suffix": false,
|
||||
"hinting": true,
|
||||
"hinting": false,
|
||||
"units_per_em": 1000,
|
||||
"ascent": 850,
|
||||
"glyphs": [
|
||||
|
|
12
static/font/css/fontello-embedded.css
vendored
12
static/font/css/fontello-embedded.css
vendored
File diff suppressed because one or more lines are too long
14
static/font/css/fontello.css
vendored
14
static/font/css/fontello.css
vendored
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.eot?82290981');
|
||||
src: url('../font/fontello.eot?82290981#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?82290981') format('woff2'),
|
||||
url('../font/fontello.woff?82290981') format('woff'),
|
||||
url('../font/fontello.ttf?82290981') format('truetype'),
|
||||
url('../font/fontello.svg?82290981#fontello') format('svg');
|
||||
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');
|
||||
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?82290981#fontello') format('svg');
|
||||
src: url('../font/fontello.svg?38383190#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue