diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83c7413..8b16225 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: prep typst uses: typst-community/setup-typst@v3 - - run: typst compile offshore-lifts.typ + - run: typst compile offshore-lifts.typ --font-path=./inc/font/ - name: release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') diff --git a/inc/font/Segoe UI Bold.ttf b/inc/font/Segoe UI Bold.ttf new file mode 100755 index 0000000..ff196d6 Binary files /dev/null and b/inc/font/Segoe UI Bold.ttf differ diff --git a/inc/font/Segoe UI Italic.ttf b/inc/font/Segoe UI Italic.ttf new file mode 100755 index 0000000..5dd3c32 Binary files /dev/null and b/inc/font/Segoe UI Italic.ttf differ diff --git a/inc/font/Segoe UI.ttf b/inc/font/Segoe UI.ttf new file mode 100755 index 0000000..0f52cbd Binary files /dev/null and b/inc/font/Segoe UI.ttf differ