swinton / pdfify

Generates Octocat-friendly PDFs from Markdown
MIT License
3 stars 1 forks source link

Ensure Source Sans Pro is present #8

Closed swinton closed 7 years ago

swinton commented 7 years ago

Some users don't have the Source Sans Pro font available locally.

We can workaround this, by including the font from Google Fonts, e.g.:

<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>