Skip to content

Commit

Permalink
fix font name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Oct 14, 2024
1 parent 2acb12e commit 50f6a0e
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 @@ -32,10 +32,10 @@ jobs:
- name: Use Fallback font for fork PRs
if: "github.event.pull_request.head.repo.fork"
run: |
sed -i 's/CoreSansA45.ttf/Open Sans/g' book/book.toml
sed -i 's/CoreSansA45It.ttf/Open Sans/g' book/book.toml
sed -i 's/CoreSansA65.ttf/Open Sans/g' book/book.toml
sed -i 's/CoreSansA65It.ttf/Open Sans/g' book/book.toml
sed -i 's/CoreSansA45.ttf/open-sans\/Open Sans-Regular.ttf/g' book/book.toml
sed -i 's/CoreSansA45It.ttf/open-sans\/Open Sans-Italic.ttf/g' book/book.toml
sed -i 's/CoreSansA65.ttf/open-sans\/Open Sans-Bold.ttf/g' book/book.toml
sed -i 's/CoreSansA65It.ttf/open-sans\/Open Sans-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 50f6a0e

Please sign in to comment.