=== modified file 'lava_server/templates/layouts/base.html'
@@ -9,8 +9,8 @@
<script type="text/javascript" src="{{ STATIC_URL }}lava-server/js/jquery.cookie.js"></script>
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}lava-server/css/Aristo/jquery-ui-1.8.7.custom.css"/>
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}lava-server/css/default.css"/>
- <link href='http://fonts.googleapis.com/css?family=Ubuntu:400,700' rel='stylesheet' type='text/css'/>
- <link href='http://fonts.googleapis.com/css?family=Cantarell:400,700' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Ubuntu:400,700' rel='stylesheet' type='text/css'/>
+ <link href='https://fonts.googleapis.com/css?family=Cantarell:400,700' rel='stylesheet' type='text/css'>
{% endblock %}
{% block extrahead %}{% endblock %}
</head>