Skip to content

Commit

Permalink
update fonts to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
robbi5 authored Apr 25, 2019
1 parent aa51ed3 commit 9dff802
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<head>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand All @@ -10,8 +7,8 @@
<meta name="author" content="{% if site.author %}{{ site.author }}{% else %}{{UlmAPI.de / datalove Uni Ulm}}{% endif %}" />
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

<link href="http://fonts.googleapis.com/css?family=Open+Sans:700" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Fira+Sans:400,500" rel="style" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500" rel="style" type="text/css" />
<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/css/ulmapi.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
Expand Down

0 comments on commit 9dff802

Please sign in to comment.