[webfont] enable ligatures
This commit is contained in:
parent
a3451a680f
commit
30476e3976
@ -12,7 +12,8 @@ module.exports = function(grunt) {
|
|||||||
engine: 'fontforge',
|
engine: 'fontforge',
|
||||||
stylesheet: 'css',
|
stylesheet: 'css',
|
||||||
types: 'woff2,ttf,svg',
|
types: 'woff2,ttf,svg',
|
||||||
optimize: false
|
optimize: false,
|
||||||
|
ligatures: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user