Use https for font resources

I noticed that these are getting blocked for mixed active content on
the secure page

  https://releases.openstack.org/newton/index.html

Use https to get these

Change-Id: I73a1c688aa2eca93eff8984b7d1c9d826abf04b9
This commit is contained in:
Ian Wienand 2017-02-15 09:39:39 +11:00
parent 8010244dda
commit 32ce98fde6

View File

@ -5,8 +5,8 @@
<link href="{{pathto('_static/css/native.css', 1)}}" rel="stylesheet">
<!-- Fonts -->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
<!-- Custom CSS -->
<link href="{{pathto('_static/css/combined.css', 1)}}" rel="stylesheet">