Skip to content

Commit

Permalink
Add suggested font packages in troubleshooting tips (opensearch-proje…
Browse files Browse the repository at this point in the history
…ct#189)

* add suggested font packages in troubleshooting tips
Signed-off-by: David Cui <davidcui@amazon.com>

* add links to package documentation in README for font packages
Signed-off-by: David Cui <davidcui@amazon.com>

* add more descriptive title under Troubleshooting

Signed-off-by: David Cui <davidcui@amazon.com>

* add link to headless-chrome installation and add ipa-gothic-fonts link to centos 7

Signed-off-by: David Cui <davidcui@amazon.com>
  • Loading branch information
davidcui1225 committed Nov 10, 2021
1 parent 8778efb commit 0bc05ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rendering-engine/headless-chrome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ sudo apt install -y libnss3-dev fonts-liberation libfontconfig1
```
- RedHat/CentOS/Amazon Linux 2 needs additional dependencies to run chromium
```
sudo yum install -y libnss3.so xorg-x11-fonts-100dpi xorg-x11-fonts-75dpi xorg-x11-utils xorg-x11-fonts-cyrillic xorg-x11-fonts-Type1 xorg-x11-fonts-misc fontconfig freetype
sudo yum install -y libnss3.so xorg-x11-fonts-100dpi xorg-x11-fonts-75dpi xorg-x11-utils xorg-x11-fonts-cyrillic xorg-x11-fonts-Type1 xorg-x11-fonts-misc fontconfig freetype ipa-gothic-fonts
```

0 comments on commit 0bc05ea

Please sign in to comment.