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:
Puneeth Chaganti
2020-05-15 17:08:58 +05:30
committed by Tim Abbott
parent bb37e4ef00
commit d0f8744d74
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ COMMON_DEPENDENCIES = [
"libxcb-dri3-0",
"libgbm1",
"libxss1",
"fonts-liberation",
"fonts-freefont-ttf",
"libappindicator1",
"xdg-utils"
# Puppeteer dependencies end here.

View File

@@ -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'