diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44e849f0d..c67886754 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: timeout-minutes: 10 steps: - run: sudo apt-get install -y fonts-cantarell && sudo fc-cache -fv + - run: cp .github/workflows/fonts.conf ~/.config/fontconfig/fonts.conf - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v2 with: diff --git a/.github/workflows/fonts.conf b/.github/workflows/fonts.conf new file mode 100644 index 000000000..9bd239dae --- /dev/null +++ b/.github/workflows/fonts.conf @@ -0,0 +1,12 @@ + + + + + + sans-serif + + + Cantarell + + +