Skip to content

Commit

Permalink
Make sure that fontawesome shows up
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-s committed Nov 28, 2020
1 parent 8225949 commit f0467ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="stylesheet" href="https://unpkg.com/mvp.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
<style>{% pygments_css %}</style> <!-- load css for pygments -->
<meta charset="utf-8">
Expand Down

0 comments on commit f0467ec

Please sign in to comment.