Fixed up links to fonts (now protocol-independent)

This commit is contained in:
Raoul Snyman 2015-11-12 20:53:51 +02:00
parent e0860bff84
commit 95a44414fd
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ lang="${lang}">
<link href="http://fonts.googleapis.com/css?family=Raleway:700,400,300" rel="stylesheet" type="text/css">
%endif
%else:
<link href="http://fonts.googleapis.com/css?family=Oxygen:400,300,700&amp;subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Raleway:700,400,300" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Oxygen:400,300,700&amp;subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Raleway:700,400,300" rel="stylesheet" type="text/css">
%if use_cdn:
<link href="//netdna.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">
%else: