styles: Remove unnecessary font download.
This commit is contained in:
parent
ba22d2a9e4
commit
f886cfe484
1 changed files with 0 additions and 1 deletions
|
@ -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,400,500,600,700&display=swap" 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" %}">
|
||||
|
|
Loading…
Reference in a new issue