Skip to content

Commit

Permalink
Fix fonts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amakarudze committed May 22, 2024
1 parent a7abce6 commit 3e16d99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/event/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
<meta property="og:title" content="{{ event.page_title }} on {{ event.date }}" />
<meta property="og:description" content="{{ event.page_description }}" />

<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Lora:400,700,400i,700i/Roboto:300,400,300i,400i">
<link rel="stylesheet" type="text/css" href="{% static_rev 'css/event.css' %}">
<script type="text/javascript" src="{% static 'vendor/js/bootstrap.bundle.min.js' %}"></script>
<script type="text/javascript" src="{% static 'vendor/js/jquery.min.js' %}"></script>
<script type="text/javascript" src="{% static 'vendor/js/bootstrap.bundle.min.js' %}"></script>
<script type="text/javascript" src="{% static_rev 'js/event.js' %}"></script>

{% if event.page_main_color %}
Expand Down

0 comments on commit 3e16d99

Please sign in to comment.