summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/ci/azure/install_fonts.yml
blob: 279c262c7efab0711f2300054047a3d5c794cff0 (plain)
1
2
3
4
5
6
7
steps:
# Installig Ahem in /Library/Fonts instead of using --install-fonts is a
# workaround for https://github.com/web-platform-tests/wpt/issues/13803.
- script: |
    set -eux -o pipefail
    sudo cp fonts/Ahem.ttf /Library/Fonts
  displayName: 'Install Ahem font'