Removed font from compressor

This commit is contained in:
Fergal Moran
2013-09-25 23:53:25 +01:00
parent cae2c7a07f
commit 644d23f64d

View File

@@ -6,11 +6,8 @@
{% load require %}
{% load compress %}
{% load static %}
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300"/>
{% compress css %}
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300"/>
<link rel="stylesheet" href="{% static "css/bootstrap.css" %}"/>
<link rel="stylesheet" href="{% static "css/font-awesome.css" %}"/>
<link rel="stylesheet" href="{% static "css/jasny-bootstrap.css" %}">