Changeset - 778218faf324
[Not reviewed]
0 1 0
Brett Smith - 5 years ago 2018-10-10 15:24:42
brettcsmith@brettcsmith.org
styles: Remove unnecessary font download.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/_styles.html
Show inline comments
...
 
@@ -2,7 +2,6 @@
 
{% 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" %}">
0 comments (0 inline, 0 general)