mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
provision: Switch to fonts-freefont-ttf from fonts-liberation.
Some UTF-8 characters (★ for example) are not displayed correctly, with fonts-liberation. Puppeteer recommends[1] installing fonts-freefont-ttf in their docs on running Puppeteer in docker. Provisioning forward is sufficient. There's no need to remove the new font and replace it with the old font, I think. [1]: https://github.com/puppeteer/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker
This commit is contained in:
committed by
Tim Abbott
parent
bb37e4ef00
commit
d0f8744d74
@@ -129,7 +129,7 @@ COMMON_DEPENDENCIES = [
|
||||
"libxcb-dri3-0",
|
||||
"libgbm1",
|
||||
"libxss1",
|
||||
"fonts-liberation",
|
||||
"fonts-freefont-ttf",
|
||||
"libappindicator1",
|
||||
"xdg-utils"
|
||||
# Puppeteer dependencies end here.
|
||||
|
@@ -44,4 +44,4 @@ API_FEATURE_LEVEL = 8
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = '83.0'
|
||||
PROVISION_VERSION = '83.1'
|
||||
|
Reference in New Issue
Block a user