Skip to content

Commit

Permalink
fix font names
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Oct 14, 2024
1 parent a354186 commit 6ed44e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
- name: Use Fallback font for fork PRs
if: "github.event.pull_request.head.repo.fork"
run: |
sed -i 's/CoreSansA45.ttf/OpenSans/g' book/book.toml
sed -i 's/CoreSansA45It.ttf/OpenSans/g' book/book.toml
sed -i 's/CoreSansA65.ttf/OpenSans/g' book/book.toml
sed -i 's/CoreSansA65It.ttf/OpenSans/g' book/book.toml
sed -i 's/CoreSansA45.ttf/OpenSans-Regular.ttf/g' book/book.toml
sed -i 's/CoreSansA45It.ttf/OpenSans-Italic.ttf/g' book/book.toml
sed -i 's/CoreSansA65.ttf/OpenSans-Bold.ttf/g' book/book.toml
sed -i 's/CoreSansA65It.ttf/OpenSans-BoldItalic.ttf/g' book/book.toml
cat book/book.toml
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install exercise plugin
Expand Down

0 comments on commit 6ed44e3

Please sign in to comment.