Skip to content

Commit

Permalink
Merge pull request #72 from uw-it-aca/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mikeseibel committed Aug 28, 2020
2 parents f93694e + 1a163f7 commit 96768e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blti/templates/blti/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
{% load compress %}

<!-- add web fonts if needed -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,800" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">

<!-- mobile first styles -->
{% compress css %}
{% block mobile_css %}{% endblock %}
{% endcompress %}

{% compress css %}
<link rel="stylesheet" href="{% static "vendor/css/font-awesome-4.4.0.min.css" %}"/>
{% block desktop_css %}{% endblock %}
{% endcompress %}

Expand Down

0 comments on commit 96768e7

Please sign in to comment.