File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
3232 - name : Use Fallback font for fork PRs
3333 if : " github.event.pull_request.head.repo.fork"
3434 run : |
35- sed -i 's/CoreSansA45 .ttf/open-sans\/OpenSans-Regular.ttf /g' book/book.toml
36- sed -i 's/CoreSansA45It.ttf/open-sans\/OpenSans-Italic.ttf /g' book/book.toml
37- sed -i 's/CoreSansA65 .ttf/open-sans\/OpenSans-Bold.ttf /g' book/book.toml
38- sed -i 's/CoreSansA65It .ttf/open-sans\/OpenSans-BoldItalic.ttf /g' book/book.toml
35+ sed -i 's/"BoldFont=CoreSansA65 .ttf",/ /g' book/book.toml
36+ sed -i 's/"ItalicFont= CoreSansA45It.ttf",,/ /g' book/book.toml
37+ sed -i 's/"BoldItalicFont=CoreSansA65It .ttf",/ /g' book/book.toml
38+ sed -i 's/CoreSansA45 .ttf/Open Sans:style=Regular /g' book/book.toml
3939 cat book/book.toml
4040 - uses : actions-rust-lang/setup-rust-toolchain@v1
4141 - name : Install exercise plugin
You can’t perform that action at this time.
0 commit comments