Skip to content

Commit

Permalink
Merge pull request #2684 from acrobat/fix-http-url-webfonts
Browse files Browse the repository at this point in the history
[GeneratorBundle] Use https by default to avoid any mixed content errors
  • Loading branch information
acrobat committed Jun 3, 2020
2 parents 717d4dc + b574eee commit fa31144
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% block webfonts %}
<link href="http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
{% endblock %}

0 comments on commit fa31144

Please sign in to comment.