Skip to content

Commit a99a36d

Browse files
committed
install open sans as fallback font
1 parent c437f75 commit a99a36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
cargo install mdbook-pandoc --locked --version 0.7.1
3737
sudo apt-get update
38-
sudo apt-get install -y fonts-noto calibre pdftk
38+
sudo apt-get install -y fonts-noto fonts-open-sans calibre pdftk
3939
4040
export PANDOC_VERSION=3.3
4141
curl -LsSf https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz | tar zxf -

0 commit comments

Comments
 (0)