1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00

Display DejaVu matching fonts

This commit is contained in:
Guillaume Ayoub 2020-04-06 14:17:00 +02:00
parent c6e9f4fedd
commit 9463e3fa86

View File

@ -40,5 +40,7 @@ jobs:
echo "::set-env name=PATH::$env:PATH"
- run: python -m pip install --upgrade pip setuptools
- if: matrix.os == 'windows-latest'
run: python -m pip install --upgrade cffi
run: |
python -m pip install --upgrade cffi
fc-match -s "DejaVu"
- run: python setup.py test