Skip to content

Commit 9f705f7

Browse files
committed
install NotoSansCJK fonts in docker
1 parent 1786204 commit 9f705f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ jobs:
9999
name: install liberation2 fonts
100100
command: sudo apt-get install fonts-liberation2
101101
- run:
102-
name: install other fonts
102+
name: install NotoSansCJK fonts
103+
command: sudo apt install fonts-noto-cjk
104+
- run:
105+
name: install google fonts
103106
command: |
104107
sudo cp -r .circleci/fonts/ /usr/share/
105108
sudo fc-cache -f

0 commit comments

Comments
 (0)