Skip to content

Commit

Permalink
removed leading http from fonts ref link
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Jun 25, 2016
1 parent d9c43f0 commit 1a33579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<head>
{% block head %}
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Merriweather:300' rel='stylesheet' type='text/css'/>
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:200,400,700' rel='stylesheet' type='text/css'/>
<link href='//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700' rel='stylesheet' type='text/css' />
<link href='//fonts.googleapis.com/css?family=Merriweather:300' rel='stylesheet' type='text/css'/>
<link href='//fonts.googleapis.com/css?family=Source+Code+Pro:200,400,700' rel='stylesheet' type='text/css'/>
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/icons.css"/>
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/styles.css"/>
<meta charset="utf-8" />
Expand Down

0 comments on commit 1a33579

Please sign in to comment.