Skip to content

Commit 2574b1c

Browse files
committed
fix font names
1 parent 6ed44e3 commit 2574b1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
- name: Use Fallback font for fork PRs
3939
if: "github.event.pull_request.head.repo.fork"
4040
run: |
41-
sed -i 's/CoreSansA45.ttf/OpenSans-Regular.ttf/g' book/book.toml
42-
sed -i 's/CoreSansA45It.ttf/OpenSans-Italic.ttf/g' book/book.toml
43-
sed -i 's/CoreSansA65.ttf/OpenSans-Bold.ttf/g' book/book.toml
44-
sed -i 's/CoreSansA65It.ttf/OpenSans-BoldItalic.ttf/g' book/book.toml
41+
sed -i 's/CoreSansA45.ttf/Open Sans:style=Regular/g' book/book.toml
42+
sed -i 's/CoreSansA45It.ttf/Open Sans:style=Italic/g' book/book.toml
43+
sed -i 's/CoreSansA65.ttf/Open Sans:style=Bold/g' book/book.toml
44+
sed -i 's/CoreSansA65It.ttf/Open Sans:style=Bold Italic/g' book/book.toml
4545
cat book/book.toml
4646
- uses: actions-rust-lang/setup-rust-toolchain@v1
4747
- name: Install exercise plugin

0 commit comments

Comments
 (0)