buildkite / templates

Buildkite pipeline templates
https://buildkite.com/pipelines/templates
MIT License
2 stars 1 forks source link

Use Apple fonts #108

Closed dannymidnight closed 4 months ago

dannymidnight commented 4 months ago

The screenshots captured in CI from a Debian image are missing Apple fonts, making them not look as good as when captured from a mac.

This PR adds some Apple fonts, along with the appropriate aliases, to target the following CSS on Buidkite–resulting in slightly more accurate images.

body {  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif }
code {  font-family: SFMono-Regular, Monaco, Menlo, Consolas, "Liberation Mono", Courier, monospace; }

Before:

aws-ecs-deploy

After:

aws-ecs-deploy-1