copyleftconf-website/pinaxcon/templates/_styles.html

9 lines
386 B
HTML
Raw Normal View History

2017-06-07 22:01:31 +00:00
{% load compress %}
{% load staticfiles %}
2017-06-07 22:26:41 +00:00
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,500,700" rel="stylesheet">
2017-06-07 22:26:41 +00:00
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
2017-06-07 22:01:31 +00:00
{% compress css %}
<link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}" />
{% endcompress %}