Skip to content

Commit 831ec93

Browse files
committed
switch font package name (outdated?)
1 parent d775651 commit 831ec93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/env_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33
# install required fonts
4-
sudo apt-get install fonts-liberation2 fonts-open-sans fonts-noto-cjk fonts-noto-color-emoji
4+
sudo apt-get install fonts-liberation fonts-open-sans fonts-noto-cjk fonts-noto-color-emoji
55
sudo python3 .circleci/download_google_fonts.py
66
sudo cp -r .circleci/fonts/ /usr/share/
77
sudo fc-cache -f

0 commit comments

Comments
 (0)