brianmaierjr / long-haul

A minimal, type-focused Jekyll theme.
http://brianmaierjr.com/long-haul
MIT License
674 stars 776 forks source link

Load fonts over https #69

Closed robdodson closed 6 years ago

robdodson commented 6 years ago

Because GH Pages are often loaded over https, browsers like Chrome will show the user a mixed content warning when this CSS tries to load fonts over unsecure http.

image

This PR updates the CSS to load google fonts over https instead.