Skip to content

Commit 9bb108e

Browse files
committed
Install mono font
1 parent b2f9a26 commit 9bb108e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ jobs:
108108
fontist-version: "^1.21"
109109

110110
- name: Install fonts
111-
run: fontist install "Libertinus Sans"
111+
run: |
112+
fontist install "Libertinus Sans"
113+
fontist install "JetBrains Mono"
112114
113115
- name: Setup Typst
114116
uses: typst-community/setup-typst@v4

0 commit comments

Comments
 (0)