Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

css attempts to load google font over http #101

Open
smidgedy opened this issue Oct 29, 2017 · 1 comment
Open

css attempts to load google font over http #101

smidgedy opened this issue Oct 29, 2017 · 1 comment

Comments

@smidgedy
Copy link

Hi!

My development VM is set up to use TLS, with forced redirects from plain HTTP to HTTPS as I'm trying to build/test in as close an environment to production as possible. One (incredibly minor) issue with this is that DBV attempts to load a Google font over plain HTTP which gets blocked in the browser.

The culprit is line 2 in public/stylesheets/dbv.css:

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600&subset=latin,latin-ext);

Can I please suggest that this URI gets changed to HTTPS, or at least to the protocol relative //fonts.googleapis.com/....

Thanks!

@VarunAgw
Copy link
Contributor

I think it will take only 5 minutes and you can just send a pull request for it :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants