ensure the icon sizes are correctly created (#4139)

* ensure the size is correctly created

* revert removal of font height
This commit is contained in:
Garrett Campbell 2024-11-06 07:41:22 -08:00 коммит произвёл GitHub
Родитель f47c79f5e0
Коммит b2c1cc87aa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 1 добавлений и 1 удалений

Двоичные данные
res/product-icons.woff2

Двоичный файл не отображается.

Просмотреть файл

@ -141,7 +141,7 @@ class WebfontGenerator {
// The SVG intermediate format has all the transformative options we can set.
svg: {
fontHeight: 1000,
normalize: false
normalize: true
}
}
});