You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2020/02/16 18:01:47 UTC

[lucene-site] branch master updated: Fix Google fonts to use correct protocol

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d54fe22  Fix Google fonts to use correct protocol
d54fe22 is described below

commit d54fe2215c6cfa78c5d3f8b904ee10e6a334b610
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sun Feb 16 19:01:23 2020 +0100

    Fix Google fonts to use correct protocol
---
 themes/lucene/templates/solr/_css.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/lucene/templates/solr/_css.html b/themes/lucene/templates/solr/_css.html
index 66b0f40..fcffcc4 100644
--- a/themes/lucene/templates/solr/_css.html
+++ b/themes/lucene/templates/solr/_css.html
@@ -1,4 +1,4 @@
-<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,600,500' rel='stylesheet' type='text/css'>
+<link href='//fonts.googleapis.com/css?family=Raleway:400,300,600,500' rel='stylesheet' type='text/css'>
 <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
 <link rel="stylesheet" href="{{ SITEURL }}/theme/css/solr/lib/foundation/normalize.css" />
 <link rel="stylesheet" href="{{ SITEURL }}/theme/css/solr/lib/foundation/foundation.min.css"/>