Remove unused fonts and JS in header for base

This commit is contained in:
Yorick Barbanneau 2019-02-03 23:34:52 +01:00
parent 8d42b828ff
commit 3a13bf43c1

View file

@ -76,16 +76,6 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
<!-- Custom fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,300' rel='stylesheet' type='text/css' />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
{% endblock head %} {% endblock head %}
</head> </head>