Source code

Revision control

Copy as Markdown

Other Tools

steps:
# Installig Ahem in /Library/Fonts instead of using --install-fonts is a
- script: |
set -eux -o pipefail
sudo cp fonts/Ahem.ttf /Library/Fonts
displayName: 'Install Ahem font'