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:
Anders Kaseorg 2020-09-15 15:00:30 -07:00 committed by Tim Abbott
parent b00a0bfe53
commit f9f9d6aed4
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ module.exports = {
classPrefix: "",
baseSelector: ".zulip-icon",
cssTemplate: "./template.hbs",
ligature: false,
};