copyleftconf-website/pinaxcon/templates/_styles.html
Joshua Simmons 5aad162a03 add favicon
2017-08-13 17:33:51 -07:00

9 lines
455 B
HTML

{% load compress %}
{% load staticfiles %}
<link rel="icon" type="image/png" href="{% static "images/icon.png" %}">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,500,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
{% compress css %}
<link rel="stylesheet" type="text/x-scss" href="{% static "scss/site.scss" %}">
{% endcompress %}