mirror of https://github.com/zulip/zulip.git
zulip-icons: Disable ligature generation.
This makes our icon font smaller. We only reference its glyphs by Unicode private-use codepoints and not by ligatures. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
b00a0bfe53
commit
f9f9d6aed4
|
@ -6,4 +6,5 @@ module.exports = {
|
|||
classPrefix: "",
|
||||
baseSelector: ".zulip-icon",
|
||||
cssTemplate: "./template.hbs",
|
||||
ligature: false,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue